Engram

Select

component

A styled native select — a square FUI control with a chevron.

Install

npx shadcn@latest add @engram/select

Registry item: /r/select.json — the machine-readable definition agents install from.

Example

Props

PropTypeDefaultDescription
optionsSelectOption[]Options to render (alternative to passing <option> children).
childrenReactNode

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.