Hacker News new | ask | show | jobs
by wg0 628 days ago
It could also be nice if it were pure HTML instead of React.
2 comments

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.