Muhammad Mahmoud
Muhammad Mahmoud
### Describe the feature Hello 👋 I'd like to suggest reading the components options in the nuxt module from `shadcn.components`. Making all shadcn-vue options in one place. ```ts export default...
### Describe the feature Hey 👋 There are primary dependencies that shadcn-vue relies on and automatically installed by the CLI - class-variance-authority - clsx - radix-vue - tailwindcss-animate - tailwind-merge...
### 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...
### 🐛 The bug Not really a big issue, maybe a nitpick or nice to have. Dark mode is generally preferred to work with, but sometimes we're working on a...
### 🆒 Your use case Update README to show usage with tailwind. ### 🆕 The solution you'd like This is how I got it to work. The module adds the...
Support SPAs
### Details I've set up the v2 of the module in a fresh project and it's working properly. For the below config the `name` is picked up correctly in the...
### Details Hello, I'm working on a website that has i18n. I have `eg-ar`, and `eg-en` locales and I use the prefix strategy so for the root page I have...
### 🔗 Linked issue #570 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a...
### Describe the feature After https://github.com/radix-vue/shadcn-vue/pull/528, the CLI should check in a Nuxt project If `shadcn-nuxt` injects the file or not and act accordingly. This requires modifying the following code....
### Details Hello, I'm working on a website that has i18n. I have `eg-ar`, and `eg-en` locales and I use the prefix strategy so for the root page I have...