|
|
|
|
|
by jvorick
23 days ago
|
|
To me, that's the value of shadcn (conceptually) - it's nothing more than a tool to bootstrap your own UI library. It let's you copy in snapshots and change/edit/refine as you go. You own the UI kit the moment you copy it in. I see Shadcn 'upgrades' as nothing more than a stranger's PR to my UI kit, which usually means useless noise, unless there's a specific feature/bug that I need. |
|
There are alternatives, of course, but what I’d like to see is a kinda unified component API spec that you can implement however you like, which both humans and AI can pick up without having to learn whatever idiosyncratic props you might have chosen. So I guess, I’d like to see other libraries use shadcn props with “sane”¹ implementation under the hood?
(¹ – in my case, just plain old Svelte components with inline CSS and/or CSS modules :-)