Range

Classes Information

ClassNameDescription
rangeThe default range class
range-primaryprimary color to the range
range-secondarysecondary color to the range
range-successsuccess color to the range
range-warningwarning color to the range
range-errorerror color to the range
range-flat-primaryprimary color to the range and the track right will have a blue color
range-flat-secondarysecondary color to the range and the track right will have a blue color
range-flat-successsuccess color to the range and the track right will have a blue color
range-flat-warningwarning color to the range and the track right will have a blue color
range-flat-errorerror color to the range and the track right will have a blue color

Basic Usage

Example Code

html
<input type="range" class="range" />

Colors

Example Code

html
<input type="range" class="range range-primary" />
<input type="range" class="range range-secondary" />
<input type="range" class="range range-success" />
<input type="range" class="range range-warning" />
<input type="range" class="range range-error" />

Flated

Example Code

html
<input type="range" class="range range-flat-primary" />
<input type="range" class="range range-flat-secondary" />
<input type="range" class="range range-flat-success" />
<input type="range" class="range range-flat-warning" />
<input type="range" class="range range-flat-error" />

Vertical

Make sure to set height or margin to the range.

Example Code

html
<input type="range" class="range range-vertical my-12" />