Inputs

Select

Dropdown select with options, description tooltip, reset.

Basic
With reset
With error
Usage
import { Select } from '@pulsesync/uikit'

<Select
  label="Framework"
  value={value}
  onChange={setValue}
  options={[{ value: 'react', label: 'React' }]}
  placeholder="Select…"
/>