Installation
Preview
Usage
Examples
Basic
- Preview
- Code
Usage notes
Use full composition: CardHeader, CardTitle, CardDescription, CardContent, CardFooter.Avoid
- Do not dump all content into CardContent without header
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Displays a card with header, content, and footer.
import { Card } from '@/components/ui/card'
<Card>
<CardHeader>
<CardTitle>Title</CardTitle>
</CardHeader>
<CardContent>Content</CardContent>
</Card>