Component

Card

White container with 1px border and 8px radius. Composed of Header, Content, and Footer sub-components.

Full card

Columbia River Gorge
Landscape · March 2024 · Nikon Z9

Shot at dawn from the Vista House. Morning fog filled the valley floor.

tsx
<Card>
  <CardHeader>
    <CardTitle>Columbia River Gorge</CardTitle>
    <CardDescription>Landscape · March 2024</CardDescription>
  </CardHeader>
  <CardContent>...</CardContent>
  <CardFooter>
    <Button size="sm">Download</Button>
  </CardFooter>
</Card>