Card
Container with header, content, and footer sections.
Default
Card Title
Card description goes here.
Card content.
Simple
A simple card with just padding and content.
Sub-components
| Prop | Type | Default | Description |
|---|---|---|---|
| Card | div | — | Root container with border, background, and shadow. |
| CardHeader | div | — | Top section with padding for title and description. |
| CardTitle | h3 | — | Card heading. |
| CardDescription | p | — | Muted description text. |
| CardContent | div | — | Main content area. |
| CardFooter | div | — | Bottom section for actions. |