Replies: 3 comments
|
Yes, shadcn/ui works with any React framework (Vite, Remix, etc.) since it’s just copy-paste components using Radix + Tailwind. You can check the manual installation guide in the docs: https://ui.shadcn.com/docs/installation/manual or try the Vite guide: https://ui.shadcn.com/docs/installation/vite. It’s fully compatible outside of Next.js! |
0 replies
|
Yes, shadcn/ui works with Vite, Remix, Astro, and Laravel. The CLI auto-detects your framework. For Vite run: npx shadcn@latest init. For Remix: npx shadcn@latest init. For Astro, first add React: npx astro add react, then: npx shadcn@latest init. Full install guide at https://ui.shadcn.com/docs/installation/vite |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Are there any examples of this being used outside of Next, particularly in React?
All reactions