- Docs
- Components
- Card
Card
Displays a card with header, content, and footer.
Preview
Code
Installation
CLI
Manual
Anatomy
Single import
Multiple imports
Examples
Preview
Code
API Reference
Card.Root
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Header
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Title
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Description
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Action
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Content
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Card.Footer
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |