Default Input

To generate a default input, use the base class input along with the supporting class input-default.

Copy the code below to use a default input component.

Inline Input

To generate an inline input, use the base class input-group along with the supporting class input-inline.

Copy the code below to use an inline input component.

Input with Success Validation

To generate an input that converys a success validation, use the base class input-group along with the supporting class input-success.

Strong Password

Copy the code below to use an input with successfull validation.

Input with Warning Validation

To generate an input that conveys a warning validation, use the base class input-group class along with the supporting class input-warning.

Weak Password

copy the code below to use an input with warning validation.

Input with Error Validation

To generate an input that conveys an error validation, use the base class input-group class along with the supporting class input-error.

Incorrect Email

Copy the code below to use an input with error validation.

Default textbox

This input component allows users to enter multiple lines of text.

To generate a textbox use the base class input-group along with the supporting classes textbox-default and textbox-group.

Copy the code below to use a default textbox.