Input
The Input component is a component that is used to get user input in a text field. Different types of
inputs are available for example text, number, password, email etc. You can also use disabled
attribute
to disable the input.
How to use
To use input field just add input
to the input element class.
For example
Result
Use input
to make it input.
Use input-(error/success)
to show status of input.
Available variations
- Regular input- For regular inputs with no special style.
- Error input- For error inputs with error style.
- Success input- For success inputs with success style.
Textarea Input
Example for textarea input, it is flexible and responsive by nature. To use add input
in textarea
tag.