C
Cassa UI

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

Live

Tracking 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.

PropTypeDefaultDescription
classNamestringExtended via tailwind-merge.
...propsReact.HTMLAttributes<HTMLDivElement>All native div attributes.