skip to content

Textarea

Use a textarea to collect long or verbose text from the user.

Light theme

Dark theme

Invoke the dark theme on any component by applying class="ds-dark" to a container element.
<div class="ds-field">
  <label for="example-textarea">Please specify</label>
  <textarea id="example-textarea" rows="3"></textarea>
</div>