Input
Image + CodePen
Example Usage
API
Props:
Name
Value
Required
Description
name
String
true
Name for input
label
String
true
Label above input
placeholder
String
false
Placeholder in input
autocomplete
String
false
This value helps the browser in autocompleting the value
outline
Boolean
false
Changes the focus animation on outline version
handlerInput
Function
false
It's called when the input value is changing
Last updated
Was this helpful?