Back to blog

ShellUI v0.2.0 – Production ready, 80 components, charts & more

February 10, 2025 · Release · ShellUI

We're excited to announce ShellUI v0.2.0: production ready, with 80 components, built-in charts and data visualization, theme-aware containers, and Tailwind CSS v4.1.18.

What's new in v0.2.0

7 chart components

Bar, Line, Area, Pie, and Multi-Series charts built on ApexCharts.Blazor. Add data visualization to your Blazor apps without leaving the ShellUI ecosystem.

Chart themes

Three built-in themes: Default, Colorful, and Monochrome, with full dark mode support so charts match your app's look and feel.

Theme-aware containers

Charts automatically use your CSS variables for borders, shadows, and colors. Drop a chart into your app and it respects your ShellUI theme.

Custom tooltips

Compact, shadcn-inspired HTML tooltips with multi-series and dark mode support. Clear, readable tooltips out of the box.

80 production-ready components

ShellUI now ships with 80 components covering forms, layouts, navigation, data display, interactive elements, and advanced patterns. All copy-paste into your project, all customizable. CLI-first:shellui add button card chartand you're off.

Tailwind CSS v4.1.18

We've updated to Tailwind CSS v4.1.18. Use the standalone CLI (no Node.js required) or npm — your choice when you run shellui init.

Get started

Upgrade with the ShellUI CLI or install fresh. New to ShellUI? Run shellui init in your Blazor project and add components with shellui add.

Read the quickstart →