Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Range Slider

import { AXRangeSliderModule } from '@acorex/components/range-slider'; Range Slider component that offers smooth dragging functionality, configurable minimum and maximum values, and real-time value updates. It allows for seamless integration into applications where users need to select a value within a specific range, with full control over its appearance and behavior.

Overview

In this section, you can test different options of this component and see the output in real time
-50
50
-50
-40
-30
-20
-10
0
10
20
30
40
50
Primary
Dual
Horizontal
Start
  • Value: undefined

Usage

A simple example of using ax-range-slider
Preview
Code

Vertical

The simple vertical range slider.
Preview
Code

Music Player

A Simple Music Player.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-range-slider-size0.25remSize (thickness) of the range slider bar and related elements.
--ax-comp-range-slider-line-colorvar(--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-colorvar(--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-colorvar(--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-colorvar(--ax-comp-range-slider-color), 0.25Ring color when you hover the handler.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page