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>