|
|
|
|
|
by CGamesPlay
702 days ago
|
|
Not the author and have no skin in the game. A link back to the original and referring to their MIT license is probably a good idea for the author of this. But the main difference is that it is a theme for a completely different UI kit. Visually similar, but this is for Bootstrap CSS, whereas shadcn is for React. (These are not opposites, but you can use either without the other.) In fact, that could even be the headline of the website: Want to use shadcn but don't want to rewrite your application in React? Use Shade/Bs! |
|
I wanted to use shadcn/ui for a project, but I wasn't using React. I thought that was a shame, so I built one for my preferred stack, Bootstrap+net/http+html/template+htmx.
So its fundamentally a different architecture better suited for template based web applications. Like Django or Rails or Go html/template. It serves a completely disjoint market.
Thanks a lot for this understanding response, I'm still pretty new to this.