ShellUI Logo
ShellUI

Components

Browse all ShellUI components organized by category

Explore ShellUI v0.2.0's comprehensive component library with 80 production-ready components, organized by category. Each component is fully accessible, type-safe, and fully customizable.

Component Categories

What's New in v0.2.0

Charts & Data Visualization

7 new chart components built on ApexCharts.Blazor:

  • Chart - Base chart component with theme-aware styling
  • BarChart - Vertical bar charts
  • LineChart - Smooth line charts
  • AreaChart - Filled area charts
  • PieChart - Pie charts with custom tooltips
  • MultiSeriesChart - Multiple data series on one chart
  • ChartSeries - Flexible series composition

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