2 pointsby Justbeingjustin4 hours ago1 comment
  • Justbeingjustin4 hours ago
    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.

    • cryptoalex2 hours ago
      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!