Inputs
Select
Dropdown select with options, description tooltip, reset.
Basic
Framework
Select…
With reset
Framework
Select…
With error
Framework
Select…
Please select a framework
Usage
import { Select } from '@pulsesync/uikit'
<Select
label="Framework"
value={value}
onChange={setValue}
options={[{ value: 'react', label: 'React' }]}
placeholder="Select…"
/>