Text Inputs
All HTML5 input types, sizes, states, and decorators. Uses .lp-input as the base class with --sm / --lg size modifiers.
Basic types
Sizes
States
This value is invalid.
With help text
Must be 3 to 20 characters long.
CSS reference
| Class | Purpose |
|---|---|
.lp-input | Base input / select-native / textarea |
.lp-input--sm / --lg | Size variants |
.lp-form-group | Wrapper for label + input + help/error |
.lp-form-group-label | Label above the input |
.lp-form-group-label--required | Adds red * after the label |
.lp-form-group-help | Muted hint text below the input |
.lp-form-group-error | Validation error message (shown in .lp-form-group--error) |
.lp-form-group--error / --success | Validation state on the wrapper |