Looks nice - congrats! I've only checked a few components and I liked the fresh look of the Alert Dialog. Here is an observation - for a long time Blazor UI libs (looking at you MudBlazor) were missing Splitter component (a draggable separator for resizing UI panels). I had to make it myself when I needed it for my project's Blazor apps. Interestingly, your lib is also missing a Splitter component. To me that is one of the essential components for apps targeting full-sized desktop screens. Maybe consider putting it on a roadmap? Thanks and good luck with your project!
I built a shadcn/ui-inspired component system for Blazor.
It follows the same philosophy: - CLI-based component installation - Copy-paste ownership of components - No heavy component library dependency
Still early, but I’d love feedback.
Looks nice - congrats! I've only checked a few components and I liked the fresh look of the Alert Dialog. Here is an observation - for a long time Blazor UI libs (looking at you MudBlazor) were missing Splitter component (a draggable separator for resizing UI panels). I had to make it myself when I needed it for my project's Blazor apps. Interestingly, your lib is also missing a Splitter component. To me that is one of the essential components for apps targeting full-sized desktop screens. Maybe consider putting it on a roadmap? Thanks and good luck with your project!
I'm glad you liked the Alert Dialog
That’s a great callout. Splitters are definitely useful for desktop-style apps.
For this iteration, I’m trying to stay very strict and only port the exact components that exist in shadcn/ui.
Once that foundation is complete, I will explore additional components and this will be at the top of the list