v0.0.3 - Fixed v0.0.2 Issues
Pre-release
Pre-release
Version 0.0.3 (Current) - 30 November 2025
🎉 Release v0.0.3 - Fixed v0.0.2 Issues
ShellUI v0.0.3 is now available on NuGet! This release fixes issues from v0.0.2 and includes improved documentation and package metadata.
What's Included
- ✅ CLI Tool (
ShellUI.CLIv0.0.3) - Install globally:dotnet tool install -g ShellUI.CLI - ✅ Components Package (
ShellUI.Componentsv0.0.3) - Install:dotnet add package ShellUI.Components - ✅ Templates Package (
ShellUI.Templatesv0.0.3) - Internal dependency for CLI
Features
-
69 Production-Ready Components
- Form: Button, Input, Textarea, Select, Checkbox, Switch, RadioGroup, Slider, etc.
- Layout: Card, Dialog, Sheet, Drawer, Popover, Tooltip, Separator, etc.
- Navigation: Navbar, Sidebar, NavigationMenu, Menubar, Breadcrumb, Pagination, Tabs
- Data Display: Table, DataTable, Badge, Avatar, Alert, Toast, Skeleton, Progress, Loading
- Interactive: Dropdown, Accordion, Toggle, ThemeToggle, Command, ContextMenu, HoverCard
- Advanced: Carousel, Stepper, EmptyState, FileUpload, Calendar, DatePicker, etc.
-
Hybrid Distribution Model
- CLI-First: Copy components to your project for full customization
- NuGet Option: Traditional package install for quick starts
- Use both together - NuGet for speed, CLI for customization
-
Tailwind CSS v4.1.14
- Standalone CLI (no Node.js required!)
- Automatic dark mode support
- Theme-aware components
- Customizable design tokens
-
Developer Experience
- Simple setup:
dotnet shellui init - Add components:
dotnet shellui add button card dialog - Full source code ownership
- Easy customization
- Simple setup: