Input forms can be used for receiving information from the user.
To use this component, wrap the input element in a container with class input-form. All labels should have class label.
To use this component, use the keyword readonly in the html input tag and add class readonly.
To use this component, use the keyword input-error and alert-danger to display alert message.
To use this component, use the keyword input-success and alert-success to display alert message.