Hacker News new | ask | show | jobs
by whazor 628 days ago
It would be nice if shadcn became the standard and you could copy components from any tailwind component library.

Technically, this would mean that all these component libraries allow you to copy-paste their components, and additionally there would be a 'standard' in theme token naming.

1 comments

It could also be nice if it were pure HTML instead of React.
Many of the components in shadcn are implemented with radix components which have the js functionality.

I too have been wanting html versions of some simple non functional ones for use in Django.

Daisy UI is great because it just makes custom classes using tailwind @apply so you can use them in react or server side html.

These components are interactive, but you can copy them to HTML by inspecting them via your browser.