Components
- AccordionDone
- AlertDone
- Alert DialogDone
- Aspect RatioNo Change
- AvatarDone
- BadgeDone
- BreadcrumbDone
- ButtonDone
- Button GroupDone
- CalendarNo Change
- CardDone
- CarouselDone
- ChartNo Change
- CheckboxDone
- CollapsibleNo Change
- ComboboxDone
- CommandDone
- Context MenuDone
- Data TableDone
- Date PickerDone
- DialogDone
- DrawerDone
- Dropdown MenuDone
- EmptyNo Change
- FieldNo Change
- React Hook FormNo Change
- Hover CardDone
- InputDone
- Input GroupDone
- Input OTPDone
- ItemDone
- KbdDone
- LabelDone
- MenubarDone
- Navigation MenuDone
- PaginationDone
- PopoverDone
- ProgressDone
- Radio GroupDone
- ResizableNo Change
- Scroll AreaNo Change
- SelectDone
- SeparatorDone
- SheetDone
- SidebarNo Change
- SkeletonDone
- SliderDone
- SonnerDone
- SpinnerDone
- SwitchDone
- TableNo Change
- TabsDone
- TextareaDone
- ToastDone
- ToggleDone
- Toggle GroupDone
- TooltipDone
- TypographyDone
Item
Layout primitives for list rows, mirroring the card-like blocks used throughout the dashboard with monospaced titles.
Service list
Active releases
Items use the same border rhythm as cards, perfect for nested lists or resource browsers.
API
GATEWAY
Handles routing for external traffic with global caching.
Last deployment 42 minutes ago
DB
ANALYTICS
Columnar store powering dashboards and custom queries.
ARCHIVE
Archived services retain the same layout for historical context.
Installation
pnpm dlx shadcn@latest add @omni/item
Usage
import {
Item,
ItemContent,
ItemDescription,
ItemGroup,
ItemHeader,
ItemTitle,
} from "@/components/ui/item"<ItemGroup>
<Item>
<ItemContent>
<ItemTitle>SERVICE</ItemTitle>
<ItemDescription>Details go here.</ItemDescription>
</ItemContent>
</Item>
</ItemGroup>