Text input with label, placeholder, error state, and helper text.
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Input label text |
value | string | "" | Input value (bindable) |
placeholder | string | - | Placeholder text |
error | string | - | Error message |
type | string | "text" | HTML input type |
disabled | boolean | false | Disable the input |