A flexible component for displaying list items with media, content, and actions.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/item.json

Usage

import { Item, ItemActions, ItemContent, ItemDescription, ItemMedia, ItemTitle } from "@/components/ui/item";
<Item variant="outline">
  <ItemContent>
    <ItemTitle>Notification</ItemTitle>
    <ItemDescription>You have a new message</ItemDescription>
  </ItemContent>
  <ItemActions>
    <Button size="sm">View</Button>
  </ItemActions>
</Item>

Examples

Two-Factor Authentication