tailvue icon indicating copy to clipboard operation
tailvue copied to clipboard

Vue components built for Nuxt3|Vue3 powered by Windi CSS|tailwindcss

Results 18 tailvue issues
Sort by recently updated
recently updated
newest added

Hey, I'm getting the following error: ``` 22:25:01 [vite] Internal server error: /home/bennet/source/xxx/packages/dashboard/assets/css/tailwind.css:71:1: The dark: class does not exist. If dark: is a custom class, make sure it is defined...

In this PR I also did some clean up... * Added `eslint` and `prettier` along with some IDE/VSCode configurations. * Reorganized `src/` folder to have more structured layout for future...

``` (property) 'push-button': DefineComponent Type '{ state: PushButtonState; customTheme: PushButtonTheme; "custom-theme": PushButtonTheme; }' is not assignable to type 'IntrinsicAttributes & Partial & Omit'. Type '{ state: PushButtonState; customTheme: PushButtonTheme; "custom-theme":...

Added color themes based on tailwinds [color pallet](https://tailwindcss.com/docs/customizing-colors) ![Peek 2022-01-24 23-25](https://user-images.githubusercontent.com/25044744/150910784-2f325626-a439-42bf-a334-c49f17d6cf66.gif)

See if we give props something like UnwrapRef ``` Type UnwrapRef is not assignable to type InferPropType ```

Hi, I have a fresh nuxt3 install when trying to install tailvue, I got this error even on Stackblitz Stackblitz: https://stackblitz.com/edit/github-8amzbs?file=nuxt.config.ts ``` ERROR Cannot start nuxt: Cannot find module '/home/projects/github-8amzbs/node_modules/@tailvue/nuxt/dist/module.cjs'...

![image](https://user-images.githubusercontent.com/1023581/194075868-68bf434a-68ba-45ab-a786-96ec0ada0b10.png)

![image](https://user-images.githubusercontent.com/1023581/194075658-917b6120-98f8-42ca-affe-f237215670b1.png) This doesn't look like the example in the readme.

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...