A Blazor component library that offers simple, customizable, and extensible components.
Similar to shadcn/ui, this library is open source and open code.
Caution
This project is in active development and currently in a very early stage. Expect incomplete coverage, rapid changes.
ShadcnBlazor is built upon the same open source and open code principle as shadcn. Unlike most component libraries, ShadcnBlazor's CLI component allows you to obtain components locally, allowing easy extension and customization. No more need for workarounds when you need a very cusomized component like in other component libraries.
- Component Ownership — Components get copied to your machine locally, giving you absolute control.
- Zero Configuration — The CLI does everything for you: linking .css/.js, resolving namespaces, addign adding services, etc.
- Batteries Included — Pre-compiled CSS included. No Node.js.
Visit https://bryjen.github.io/ShadcnBlazor/ to view the documentation.
Licensed under the MIT license.