search ESC

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
ClassPurpose
.lp-inputBase input / select-native / textarea
.lp-input--sm / --lgSize variants
.lp-form-groupWrapper for label + input + help/error
.lp-form-group-labelLabel above the input
.lp-form-group-label--requiredAdds red * after the label
.lp-form-group-helpMuted hint text below the input
.lp-form-group-errorValidation error message (shown in .lp-form-group--error)
.lp-form-group--error / --successValidation state on the wrapper