Input Text
The text input component is the most basic input component. It provides styling for text input components implemented with <input>, etc.
Example
Basically, just add the input class.
Sizes
You can change the size using classes such as is-sm or is-md.
HTML Attributes
Disabled
Adding the disabled attribute will gray out the input.
Read-only
Using readonly will apply a specific design.
Validation and Feedback
Feedback design after validating user input.
Error
Simply add the is-error class.
Using form-group allows you to display error text at the same time.
Support text
* Error text