# Separator

> Horizontal or vertical visual divider.
> Source: https://otf-kit.dev/components/separator

## At a glance

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

## Install

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

## Usage

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

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