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.
Basic Label Inputs
Basic label Inputs have a label present at the top of the input field. And can be used to enter the details or credential of the users. They can be customized to show error, error-message, and change color accordingly.
Label Inputs with mandatory field.
Basic label Inputs can be customized to by using asterisk or a cloured field to show that this filed is mandatory.
Label Inputs with Error or Success message
Basic label Inputs can be customized to show error error-message success-msg, and change color accordingly.
Label Inputs with radio button for verification
Label Inputs can be used with radio button and normal buttons to verify the information provided in text filed.