Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the component |
| label | string | No | Label text above the input |
| value | string | { path: string } | No | Input value or data binding |
| placeholder | string | No | Placeholder text |
| multiline | boolean | No | Enable multiline textarea(default: false) |
| disabled | boolean | No | Disable the input |
Examples
Basic Text Input
Simple text field with label and placeholder
Preview
json
Multiline Textarea
Text area for longer content
Preview
json