Input.password
Simple password input field.
Usage
Preview
app.buttonize.io
Runtime State
The value in the runtime state is the string value of the password input.
As demonstrated by the Usage example above, you can access variables from the Runtime State
via the "{{pwd}}"
syntax from elsewhere in your Buttonize app.
Props
label
Optional
string
Text above the input element.
placeholder
Optional
string
Placeholder of the input element.
disabled
Optional
boolean
Whether or not the input is disabled. Default is false
.
spacingTop
Optional
’sm’ | ‘md’ | ‘lg’ | ‘xl’
The amount of space to give above the component.
spacingBottom
Optional
’sm’ | ‘md’ | ‘lg’ | ‘xl’
The amount of space to give below the component.
width
Optional
1 | 2 | 3 | 4
The width of the component.