Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | string[] | - | Array of items to pick from |
value | string | - | Controlled value (use with onChange) |
defaultValue | string | - | Initial value for uncontrolled mode |
sound | boolean | true | Enable mechanical click sounds on each detent |
onChange | (value: string) => void | - | Callback fired when the selected item changes |

