Layout
Card
Surface container with optional header, body, footer, and interactive hover.
Structural Cards
The foundation for grouping content. Features built-in sections for headers, bodies, and footers.
Account UpdateManage your billing and subscription
$29 /mo
Next billing date: June 1, 2026
Interactive Selection Grid
The interactive prop adds spring-physics hover and tap effects.
Payments
CDN
Media & Edge-to-Edge
Use noPadding and the elevated variant for article and profile cards.
Design Systems
Alex Chen5 min read
Building Interfaces That Scale
How adaptive motion and intelligent defaults create experiences users love.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | Main descriptive text or overlay children layout |
interactive | boolean | — | Adds pointer cursor, hover lift, and focus ring |
onClick | React.MouseEventHandler<HTMLDivElement> | — | Click event callback handler |
variant | 'default' | 'outlined' | 'elevated' | 'flat' | 'secondary' | Visual style variant |
noPadding | boolean | — | Disable the card's inner padding |
fullHeight | boolean | — | Makes the card take full height |
title | string | — | Convenience title prop |
subtitle | string | — | Subtitle / description below the title |
actions | React.ReactNode | — | Right-aligned slot — typically action buttons or icons |