40+ landing page components for ReactBrowse now

Primitives

Card

Flexible card container with optional image, header, body, and footer sub-components.

Installation

npm install @trinkui/react

Preview

Card Title

Card content goes here.

Bordered

Bordered card variant.

Props

PropTypeDefaultDescription
variant
"default" | "outlined" | "elevated" | "ghost""default"Visual style variant
interactive
booleanfalseApply hover and focus ring styles
fullHeight
booleanfalseStretch card to full container height
className
stringAdditional CSS classes
children
ReactNodeCard content

Sub-components

Card exports sub-components for structured layouts: CardHeader, CardBody, CardFooter, and CardImage.