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

  1. Regular input- For regular inputs with no special style.
  2. Error input- For error inputs with error style.
  3. 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 textareatag.