# Color Picker

> Inline color picker with HEX / RGB / HSL formats, optional alpha + swatches, and native eye-dropper.
> Source: https://otf-kit.dev/components/color-picker

## At a glance

- **Platform:** Web (React)
- **Category:** Input
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** color, picker, form

## Install

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

## Usage

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

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