Select

Select

Custom listbox with full keyboard support.

PHASE 2

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} />