Using shadcn/ui for interface
I just want to know which UI library are we using under the hood, and is there a way to replace it with shadcn/ui instead?
This is because of a new admin panel project I've to work on, where the client is specifically looking for shadcn/ui at the front-end.
7 Replies
Alternatively, Pines UI which is based on shadcn/ui and hence is very similar to it.
which UI library are we using under the hoodNone.
is there a way to replace it with shadcn/ui insteadshadcn/ui is React based, so that wouldn't even work if you could "just switch UI libraries"
Got it, and that's why suggesting the alternative Pines UI which is based on alpine and tailwind
Still you can't just swap out UI libraries. There is no default standard all libraries follow
OK
Could you please guide me to where I should start looking at for swapping out individual components?
I wouldn't swap out any components. If you want to adjust the styling, create a theme and apply some CSS.
OK, Thanks!