Inputs
Inputs are the most important part of a form element. PaperUI has its own input styles.
Input labels
Inputs are the most commonly used elements in forms. Use the
input-grp
class to access the input styles.
Examples
Validation Styles
For success use .txt-success
class for label and
.success-ol
class for inputs
Examples
Error Styles
For success use .txt-danger
class for label and
.danger-ol
class for inputs
Examples