ShellUI – Build production-ready Blazor components with a few clicks

v0.3.0-alpha.2 — Latest

CLI-first Blazor component library inspired by shadcn/ui. Now with charts & data visualization, type-safe variants, and CVA patterns. Copy components directly into your project, customize everything, and build beautiful applications with Tailwind CSS v4.1.18.

Try it out.

Get Started in Minutes

Install ShellUI and add components to your Blazor project with just a few commands. Components are copied directly into your codebase, giving you full control.

1

Install the CLI

Install ShellUI CLI globally using .NET tools

2

Initialize Your Project

Run shellui init in your Blazor project directory

3

Add Components

Use shellui add to copy components into your project

View Quickstart Guide

What's New in v0.3.0-alpha.2

Compositional subcomponents, CLI registry fixes, new utility components, and more.

Compositional Patterns

DrawerTrigger, SheetTrigger, and more subcomponents — no external open state required

CLI Registry Fixed

shellui add drawer and shellui add sheet now correctly install all subcomponent files

New Components

Callout, CopyButton, LinkCard, PrevNextNav, Sonner, and Stepper — all CLI-installable

Chart Fixes

Tooltip generation fixed, chart-styles auto-installs to wwwroot and injects the link tag

Built on Technologies You Trust

Powered by industry-standard tools and frameworks for reliable, performant applications

Blazor
.NET
Tailwind CSS
C#

Compound Components, Native Blazor

ShellUI uses compound component patterns — nest Dialog, Sheet, and Accordion sub-components just like native Blazor. Full RenderFragment support, event callbacks, and two-way binding.

Checkmark icon

Familiar Razor syntax with RenderFragments

Full IntelliSense support and compile-time type checking

Modify component code directly since it's in your project

Event handlers and all standard Blazor features

Build your Blazor Apps with Confidence

Everything you need to create beautiful, accessible, and performant Blazor applications

CLI-First Approach

Components are copied directly into your project, giving you complete ownership and the freedom to customize everything

Type-Safe Variants

Enum-based variants with Class Variance Authority (CVA) for compile-time safety and IntelliSense support

Enhanced Accessibility

WCAG 2.1 AA compliant with improved ARIA attributes, keyboard navigation, and screen reader support

shadcn/ui Patterns

Built following shadcn/ui architecture with CVA, compound variants, and modern React patterns adapted for Blazor

Fully Customizable

Theme with CSS variables or use tweakcn for instant theme generation

Comprehensive Library

Forms, layouts, navigation, data display, interactive elements, charts, and advanced components

Get Started