Card
v1.1.0A flexible card container for content.
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| variant | 'default' | 'minimal' | 'glass' | 'default' | Controls the visual treatment and border styles of the card. |
| hover | boolean | false | Enables hover elevation and shadow transitions. |
| className | string | '' | Additional CSS classes applied to the card container. |
| children | ReactNode | required | Content rendered inside the card body. |