← All forms

Core / Forms

Select

Selects one value from a finite list.

Live example

Interactive preview using local sample data. Styling is intentionally left to the consuming project.

Usage

<Select><option>Choose a plan</option></Select>

Adopt to your project

Keep this component semantically neutral. Use its documented props for behavior and className for project-specific spacing, width, typography, and visual treatment.

Accessibility

Use a real label and do not use Select for large searchable data sets.

API reference

Public attribute
value
onChange
disabled
children
className

The preview above uses a safe local fixture. Confirm exact TypeScript props when adapting it to your application.

Installation

Full library
pnpm install:project /absolute/path/to/your-project

Planned guided selection
Forms → Select