import { Meta, Title, Subtitle, Description, Primary, Controls, Stories, Canvas } from '@storybook/addon-docs/blocks';
import * as SelectStories from './select.stories';

<Meta of={SelectStories} />

<Title />
<Subtitle>A styled dropdown for selecting a single option from a list.</Subtitle>

<Description />

<Primary />

---

## Variations

<Stories />

---

## AI Best Practices

> [!IMPORTANT]
> - **Only One Choice** — Use `Select` for single choosing from 5+ options.
> - **Anatomy** — Always include `SelectValue` inside the `SelectTrigger`.
> - **Values** — `SelectItem` values must be unique and non-empty strings.
