Select
componentA styled native select — a square FUI control with a chevron.
Install
npx shadcn@latest add @engram/selectRegistry item: /r/select.json — the machine-readable definition agents install from.
Example
Props
| Prop | Type | Default | Description |
|---|---|---|---|
options | SelectOption[] | — | Options to render (alternative to passing <option> children). |
children | ReactNode | — | — |
Own the code: shadcn add copies this component's source into your repo to read and edit directly. Extend without forking — edit the source, use asChild to swap the element, or pass the typed annotations prop for curated data.