Input
Inputs are used in forms to collect user related data.
Basic Input
Include class input-box along with input-label, input-text to have desired styling for label and input component
Input with error validation
Include class input-box along with error-input to have error validation on textbox with error text class input-error-text
Incorrect password! Please try again
Input with validation
Include class input-box along with success-input to have error validation on textbox with success text class input-success-text
Password matches