skip to content

Input

HTML has many special input types. Remember to use the correct input type for the information you are collecting.

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-input-text">Text</label>
  <input type="text" id="example-input-text">
</div>