Input
Input component from the Kami UI library.
What this is used for
Collecting text on forms and onboarding screens.
Mobile-focused features
- mobile keyboard friendly
- supports labels + helper/error text
- works in tight mobile layouts
Implementation example
import { Input } from '@kamiui/kami';
<Input label="Email" placeholder="you@domain.com" value={email} onChange={setEmail} />Preview
Input
Preview unavailable for this component