Input
Basic Input
Use the input
class to create a basic input.
Input With Label
Example of an input with label.
Input With Helper Text
Example of an input with helper text.
The Phone must be a valid Phone address
Input Sizes
Use the input-sm
, input-md
and input-lg
classes to create a
small, medium and large input respectively.
Input Valid
Use the is-valid
class to create a valid input.
Input Invalid
Use the is-invalid
class to create an invalid input.
Input Disabled
Use the disabled
attribute to create a disabled input.