Inputs
Input
Text input with label, hint, error, icons and reset.
Sizes
States
Helper text below
This field is required
With reset
Usage
import { Input } from '@pulsesync/uikit'
<Input label="Name" placeholder="Enter name" value={value} onChange={e => setValue(e.target.value)} />