Range Slider
import { AXRangeSliderModule } from '@acorex/components/range-slider';
Overview
Primary
Dual
Horizontal
Start
- Value: undefined
Usage
ax-range-slider
Preview
Code
Vertical
Preview
Code
Music Player
Preview
Code
Design Tokens
--ax-comp-range-slider-size | 0.25rem | Size (thickness) of the range slider bar and related elements. |
--ax-comp-range-slider-line-color | var(--ax-sys-color-#{$name}-lighter-surface) | Line color of the range slider bar. Uses the specified theme color (primary, success, danger, warning, or secondary) at its 200 shade in the solid variants. |
--ax-comp-range-slider-color | var(--ax-sys-color-#{$name}-surface) | Color of the range slider, used for the highlight and handler. Uses the specified theme color (primary, success, danger, warning, or secondary) at its 500 shade in the solid variants. |
--ax-comp-range-slider-tooltip-text-color | var(--ax-sys-color-on-#{$name}-surface) | Text color of the range slider tooltip. Uses the corresponding text color of the specified theme color (primary, success, danger, warning, or secondary) in the solid variants. |
--ax-comp-range-slider-ring-color | var(--ax-comp-range-slider-color), 0.25 | Ring color when you hover the handler. |