radix-vue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
3.53k stars 204 forks source link

Feature(Nuxt): Integerate `nuxt/tailwindcss` (and UnoCSS?) module #536

Open MuhammadM1998 opened 1 month ago

MuhammadM1998 commented 1 month ago

Describe the feature

When using shadcn-nuxt, the user needs to add nuxt/tailwindcss module and run the cli to add the tailwind.config and tailwind.css files. This can be handled automatically by nuxt module which gives the following benefits

I can take a stab at this if it seems good to you (Just the tailwind integration for now)!

Additional information