Components
npx shadcn@latest add https://21st.dev/r/felipemenezes098/the-item-oneLoading preview...
import {
Item,
ItemContent,
ItemDescription,
ItemTitle,
} from '@/components/ui/item'
export default function Item04() {
return (
<div className="flex w-full max-w-md flex-col gap-3">
<Item variant="outline" size="default">
<ItemContent>
<ItemTitle>Default size</ItemTitle>
<ItemDescription>Comfortable padding and gap.</ItemDescription>
</ItemContent>
</Item>
<Item variant="outline" size="sm">
<ItemContent>
<ItemTitle>Small size</ItemTitle>
<ItemDescription>Denser rows for lists.</ItemDescription>
</ItemContent>
</Item>
</div>
)
}Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...