UI Generator

Select theme appearance

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 -->