Live data from Hacker News

Show HN: Basecoat – shadcn/UI components, no React required

news.ycombinator.com

11–20 of 79 posts

Re: Show HN: Basecoat – shadcn/UI components, no React required

#11
Looks great!

One suggestion would be adding a focus trap, such as when a Dialog opens. It's nice to use the tab key to move around the Dialog (inputs and buttons). Currently focus leaves to the page behind. It might be as simple as adding https://alpinejs.dev/plugins/focus#x-trap

Re: Show HN: Basecoat – shadcn/UI components, no React required

#15
post #14

Can someone eli5 how this is different from something like bootstrap?

Bootstrap is a completely different framework with a different design language (one that many may precieve as out of fashion). This library/framework allows folks to use ShadCN (a component library) similar to Bootstrap which is only available through React/Vue/Svelte, etc.. with vanilla HTML.

Re: Show HN: Basecoat – shadcn/UI components, no React required

#17
post #14

Can someone eli5 how this is different from something like bootstrap?

Bootstrap is a completely different framework with a different design language (one that many may precieve as out of fashion). This library/framework allows folks to use ShadCN (a component library) similar to Bootstrap which is only available through React/Vue/Svelte, etc.. with vanilla HTML.

So it's different in visual design, but the goal here is actually to make shadcn more like bootstrap? Hmm.. I think I like that.

Re: Show HN: Basecoat – shadcn/UI components, no React required

#20
post #8

Now you just need to remove Tailwind

If I offer a CDN version, it will be Tailwind-free.

Yes please! Even if we have to add the tailwind as a CDN, this would be useful — as we don't have to use npm / yarn to build the project anymore.

(I like building pure html files in alpine)

Post reply on HN