tailvue
tailvue copied to clipboard
Vue components built for Nuxt3|Vue3 powered by Windi CSS|tailwindcss
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) 
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'...

 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`...