What problem does it solve?
Blazor developers often spend substantial time crafting consistent UI components from scratch. This skill provides a curated suite of pre-styled components (forms, navigation, overlays, displays, and charts) with theming and dark mode, enabling faster iteration and a cohesive UI across apps.
Core Features & Use Cases
- Pre-styled components and primitives for building forms, layouts, overlays, and data displays.
- Theming and dark mode compatibility with shadcn/ui-inspired design for consistent branding.
- Use cases include dashboards, admin panels, form-heavy apps, and data-visualization pages built with Blazor.
Quick Start
- Install the BlazorBlueprint.Components NuGet package (and optionally BlazorBlueprint.Icons) in your Blazor project.
- Add a PortalHost to your layout to support overlay components like Dialog, Sheet, and Tooltip.
- Reference the prebuilt CSS: add a link to _content/BlazorBlueprint.Components/blazorblueprint.css in App.razor (or index.html for WASM) and start using the components.