Lyse UI
v1.1

Changelog

Latest updates and announcements.

15.03.26 — Aube

v1.1

8 new components, bringing the registry to 31.

8 new components — Alert, AlertDialog, Breadcrumb, Card, Popover, Separator, Skeleton, and Table are now available in the registry.

  • Card — Content container with outline and ghost variants. Composable with CardHeader, CardTitle, CardDescription, CardContent, and CardFooter.
  • Alert & AlertDialog — Inline feedback messages and confirmation dialogs for destructive actions.
  • Table — Structured data display with striped rows and sticky header.
  • Skeleton & Popover — Shimmer loading placeholders and floating panels anchored to a trigger.
  • Breadcrumb & Separator — Navigation trail and visual dividers between content sections.

Install all new components with a single command. Run npx shadcn@latest add and the CLI will resolve tokens and dependencies automatically.

Terminal

09.03.26 — Hello world

v1.0

First public release of Lyse UI.

  • 23 components — Button, Badge, Tag, Tooltip, Toast, Menu, Checkbox, Radio, Toggle, BannerInfo, Avatar, DropdownMenu, Select, Input, Textarea, Modal, Spinner, Progress, Chip, Tabs, ActionCard, SpotlightCard, CalloutCard.
  • Design tokens — 3-layer token architecture (primitives, semantics, shadcn bridge) with full light and dark mode support.
  • Documentation site — Component pages with live previews, props tables, best practices, and usage examples.
  • Registry — shadcn-compatible format. Install any component with a single CLI command.
  • v0 integration — Add any component to v0 directly from its documentation page.