Skip to content

Forms

Range

Create a slider control with <input type="range">.

<label>
  Brightness
  <input type="range" />
</label>

<label>
  Contrast
  <input type="range" value="40" />
</label>

Edit this page on GitHub