Hacker News
Shadcn/UI: A set of beautifully designed components that you can customize
14 points by doener
ago
|
10 comments
threatofrain
|next
[-]
Is there any news for shadcn? Otherwise I'm not sure there's much point to surfacing one of the most visible libraries in the ecosystem.
quadral
|next
|previous
[-]
The epitome of all LLM generated websites. I used to use ShadCN but when every LLM defaults to using this UI, it just makes mine look LLM generated.
franky47
|root
|parent
|next
[-]
The whole point of shadcn/ui is that it’s customisable (that’s why the components are copied into your app as opposed to installed from a central npm package).
This is made easier with the /create UI: https://ui.shadcn.com/create
People use it like a design system, but it’s more like a design system for design systems.
super256
|root
|parent
|next
|previous
[-]
You can easily change the theme by changing the css variables. You might want to take a look at https://tweakcn.com/
ben8bit
|previous
[-]
We initially looked into using shadcn/radix - but it's quite bloated. Maybe even warranted with all the a11y accommodations - even the official W3C ARIA examples are not straightforward (most of the time).