Skip to content

v0.0.3 - Fixed v0.0.2 Issues

Pre-release
Pre-release

Choose a tag to compare

@Shewart Shewart released this 30 Nov 14:52
· 124 commits to main since this 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.CLI v0.0.3) - Install globally: dotnet tool install -g ShellUI.CLI
  • Components Package (ShellUI.Components v0.0.3) - Install: dotnet add package ShellUI.Components
  • Templates Package (ShellUI.Templates v0.0.3) - Internal dependency for CLI

Features

  1. 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.
  2. 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
  3. Tailwind CSS v4.1.14

    • Standalone CLI (no Node.js required!)
    • Automatic dark mode support
    • Theme-aware components
    • Customizable design tokens
  4. Developer Experience

    • Simple setup: dotnet shellui init
    • Add components: dotnet shellui add button card dialog
    • Full source code ownership
    • Easy customization