Item
A versatile component for displaying content with media, title, description, and actions.
CN
shadcn
Created the registry.
Installation
pnpm dlx shadcn@latest add itemUsage
import { ChevronRightIcon } from "lucide-react";
import { Item, ItemActions, ItemContent, ItemDescription, ItemMedia, ItemTitle } from "@/components/ui/item";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";A versatile component for displaying content with media, title, description, and actions.