Textarea
Multi-line text input component.
Usage
<Textarea label="Description" name="description" placeholder="Enter description..." rows={4}/>Props
| Prop | Type | Description |
|---|---|---|
label | string | Input label text |
name | string | Input name attribute |
placeholder | string | Placeholder text |
rows | number | Number of visible rows |
required | boolean | Whether input is required |
value | string | Default value |