Live data from Hacker News

Ask HN: Is there something like shadcn/UI for vanilla HTML and JavaScript?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Is there something like shadcn/UI for vanilla HTML and JavaScript?

#3
I've wanted to make something like that for awhile but the web component standard is so lousy I haven't bothered (shameless plug: https://btmc.substack.com/p/making-sense-of-web-components).

More important than shadcn/ui is really the underlying Radix UI, the unstyled components. I'd love a copy-pastable pile of unstyled components one could just grab the individual, dependency-less .js file and plop it into a codebase.