Classes list
Every class Slider recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.slider | Base class on the wrapper — required |
.slider-input | The native <input type="range"> |
.slider-tooltip | Floating value readout above the thumb, kept in sync by flickui.js |
.slider-marks | Container for tick-mark labels beneath the track |
.slider-track / .slider-progress / .slider-thumb | Building blocks for the .slider-range dual-handle variant |
.is-dragging | Runtime state you can toggle while the user is actively dragging |