Textarea
Use a textarea for longer text inputs, like descriptions or bios. Allows for multiple lines.
Link to section titled: Component
Component
Textarea
- html<!-- COMPONENT-START: nc-input-field: Textarea -->
<div class="nc-input-field">
<label for="input" class="nc-stack">
<span class="nc-input-label">Label</span>
</label>
<textarea
id="input"
class="nc-input nc-textarea"
aria-required="true"
autocomplete=""
></textarea>
</div>
<!-- COMPONENT-END: nc-input-field: Textarea -->