The inherited Ecology multi-line input, wearing the CBFish skin. Optional auto-resize, packaged with its label and help/error text; form-associated via ElementInternals with a navy focus ring.
Inheritedwcimport '@esa/ecology/esa-textarea';
Preview
<esa-textarea label="Description" placeholder="Describe the project…" help-text="Plain text only."></esa-textarea>
Rows + auto-resize
<esa-textarea label="Fixed 5 rows" rows="5" placeholder="Five rows tall"></esa-textarea><esa-textarea label="Auto-resize" auto-resize max-rows="8" placeholder="Grows as you type, up to 8 rows"></esa-textarea>