---
title: "Card"
description: "A card serves as a surface for information. It helps organize and highlight information while providing visual hierarchy."
sidebar_label: "Card"
slug: /reference/components/card
---

import ComponentDemo from '@site/src/components/ComponentDemo';

# Card

A card serves as a surface for information. It helps organize and highlight information while providing visual hierarchy. This design system has two kinds of cards: Display and Container.

**Package:** `@terreno/ui`  
**Categories:** Component  
**Props interface:** `CardProps`  
**Story source:** [`demo/stories/Card.stories.tsx`](https://github.com/flourishhealth/terreno/blob/master/demo/stories/Card.stories.tsx)

## Live demo

<ComponentDemo name="Card" />

## Props

_No documented props were extracted from TypeDoc._

