A dropdown picker that lets users choose a single value from a collapsible list of predefined options.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Select } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Implements the WAI-ARIA Listbox pattern. Uses `role="combobox"` and `role="listbox"` with `aria-selected` for options.