Select
Dropdown picker with search, multi-select, virtualization-ready items, and full keyboard nav.
Preview
example.tsxtsx
Pick one
Installation
Install the individual package:
snippet.bashbash
pnpm add @sisyphos-ui/select @sisyphos-ui/coreOr use the umbrella package that bundles everything:
snippet.bashbash
pnpm add @sisyphos-ui/uiUsage
Import the component styles and the component itself:
snippet.tsxtsx
import "@sisyphos-ui/select/styles.css";
import { Select } from "@sisyphos-ui/select";Multi select
Add `multiple` to allow multiple values; `value` becomes an array.
example.tsxtsx
API
Props table is being written. See the package README for the complete API surface.
The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.