Inputs allow users to enter text and data in forms.
Usage
import { Input } from "youruikit";
<Input placeholder="Enter your name" />
Props
| Prop | Type | Description |
|---|---|---|
| value | string | Input value |
| onChange | function | Change handler |
| placeholder | string | Placeholder text |
| className | string | Custom styles |