Components
npx shadcn@latest add https://21st.dev/r/felipemenezes098/the-item-oneLoading preview...
import {
Item,
ItemContent,
ItemDescription,
ItemMedia,
ItemTitle,
} from '@/components/ui/item'
import { ArrowUpRightIcon, BookOpenIcon } from 'lucide-react'
export default function Item10() {
return (
<Item asChild variant="outline" className="w-full max-w-md">
<a href="#">
<ItemMedia variant="icon">
<BookOpenIcon />
</ItemMedia>
<ItemContent>
<ItemTitle>Read the documentation</ItemTitle>
<ItemDescription>
Learn how to compose blocks with patterns.
</ItemDescription>
</ItemContent>
<ArrowUpRightIcon className="text-muted-foreground size-4" />
</a>
</Item>
)
}
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...