Input
Last updated
Last updated
Inputs let users enter and edit text.
Input can be dark on the bright screen.
Input can be disabled:
You can make input bordered:
You can make the input with a caption:
You can make the input with a label:
Name | Type | Description |
placeholder |
| A string to be displayed when there is no value. |
dark |
| Makes input dark. |
disabled |
| Makes input disabled. |
label |
| String, number or a function component to render above the input field. If it is a function, expected to return a Text. |
caption |
| String, number or a function component to render below the input field. If it is a function, expected to return a Text. |
value |
| A value displayed in input field. |