Input

Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then save the data to the server, accordingly.

Textbox Input

Textbox inputs are generally used in forms for the entry of the data. This is the normal textbox where user will enter the details like name etc. You can include input input-text class as shown below.

Label

Success Input

Success inputs can be shown if the user enters the right data. You can include input input-success class as shown below.

Username *

Error Input

Error inputs can be shown if the user enters the wrong data. You can include input input-error class as shown below.

Password *

Radio Input

Radioes provides an extra option to user to select one item from a set. It is generally used where we need multiple option. class as shown below.