UIInputText
Create a text input base on style guide
Properties
Name | Type | Default | Description |
id |
| Required - Id of the input | |
value |
| Required - Value for input | |
label |
| The text label | |
placeholder |
| Placeholder | |
size |
| Size of the input | |
variant |
| Variant for the input | |
disabled |
|
| Wether the input is disabled or not |
onChange |
| Required - Callback for when the input value changes |
Example
Last updated