Card
Composable surface from @cassa/ui. Compose with CardHeader, CardBody, and CardFooter as needed.
Import
import { Card, CardHeader, CardBody, CardFooter } from '@cassa/ui'Full card
Active users
LiveTracking 1,284 sessions across all regions.
Body only
Simple card with just a body.
Props
All sub-components (CardHeader, CardBody, CardFooter) accept the same props.
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | Extended via tailwind-merge. |
| ...props | React.HTMLAttributes<HTMLDivElement> | — | All native div attributes. |