# Badge

> Status and category labels in default, secondary, destructive, and outline variants.
> Source: https://otf-kit.dev/components/badge

## At a glance

- **Platform:** Web (React)
- **Category:** Display
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** label, tag, status

## Install

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

## Usage

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

The `<Badge>` 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/badge
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
