Textareas
Multiline text input via .lp-textarea. Supports the same size variants, states, and wrapper patterns as single-line inputs, plus resize control.
Basic
Sizes
Resize modes
Character counter
Wrap the textarea with data-lp-component="char-counter". The counter auto-appears and turns warning when 80% of the max is reached.
States
Please provide a valid value.
CSS reference
| Class | Purpose |
|---|---|
.lp-textarea | Base textarea |
.lp-textarea--sm / --lg | Size variants |
.lp-resize / .lp-resize-x / .lp-resize-y / .lp-resize-none | Resize direction utility classes |
data-lp-component="char-counter" | Auto-wire the character counter enhancer |