Card
Displays a card with header, content, and footer sections.
Preview
Installation
Use the CLI to add this component to your project.
Usage
tsx
32 linesCopy
Examples
With Form
Notification Card
Simple Card
Total Revenue
$45,231.89
Props
| Prop | Type | Description |
|---|---|---|
Card | div | The root container component |
CardHeader | div | Contains the title and description |
CardTitle | div | The card title |
CardDescription | div | The card description |
CardContent | div | The main content area |
CardFooter | div | Contains actions or additional info |