# Card

> Composable card with header, title, description, content, and footer slots.
> Source: https://otf-kit.dev/components/card

## At a glance

- **Platform:** Web (React)
- **Category:** Layout
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** container, surface, panel

## Install

```bash
bun add @otfdashkit/ui
```

## Usage

```tsx
import { Card } from '@otfdashkit/ui'
```

The `<Card>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/card
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
