Skip to content

Card

A content tile with optional media, header, body, and actions. One pattern, four honest slots.

Example

Cover art

Field guide

Twelve chapters on building interfaces that earn trust.

<Card>
  <div slot="media">...</div>
  <h3 slot="header">Field guide</h3>
  <p>Twelve chapters...</p>
  <Button slot="actions" href="/guides/theming">Read chapter</Button>
</Card>

Orientation

Cover

Side by side

Media docks left on desktop, stacks on narrow screens.

<Card orientation="horizontal">
  <div slot="media">...</div>
  <h3 slot="header">Side by side</h3>
</Card>

Props

PropTypeDefaultDescription
elevation0 | 1 | 21Shadow level.
orientationvertical | horizontalverticalMedia placement. Horizontal stacks under 28rem.
paddingsm | md | lgmdBody density.

Accessibility