Select

Select

Custom listbox with full keyboard support.

Preview

Installation

Import from the package. Tree-shakeable, only shipped code ships.

import { Select } from 'sketchpad-ui';

Usage

<Select label="Plan" value={value} onChange={setValue} options={options} />