ShellUI Logo
ShellUI

Components

Browse all ShellUI components organized by category

Explore ShellUI v0.2.1's component library, organized by category. Each component is fully accessible, type-safe, and customizable.

Component Categories

What's New in v0.2.1

  • Chart tooltip fix: Custom tooltip HTML now generates correctly in installed files
  • ChartVariants namespace fix: Correctly under ShellUI.Components.Variants
  • chart-styles auto-install: shellui add chart installs charts.css to wwwroot/css/ and injects the <link> into App.razor automatically

View Charts Documentation

Getting Started

To use components in your project:

# Add components via CLI
shellui add button input card table chart

# Or install via NuGet
dotnet add package ShellUI.Components

Component Features

All ShellUI components include:

  • Accessibility: WCAG 2.1 AA compliant
  • Type Safety: Full C# type safety with CVA patterns
  • Customizable: Modify components directly in your codebase
  • Responsive: Mobile-first design
  • Performance: Optimized for Server and WASM
  • Theme-Aware: Automatic light/dark mode support

On this page