Features
- 🎹 Keyboard navigation
- 🧠 Smart focus management
- 🔄 Horizontal and vertical orientation
💬 Tooltip value display
🌐 RTL support (incoming!)
Usage
Positioning
By default, Melt does not provide styles. This means that you’ll be responsible for positioning the
thumb and range of your slider.
To facilitate this, Melt provides some CSS properties, --percentage
and --percentage-inv
.
Transitions
TODO: Write about data-dragging
API Reference
Constructor Props
The props that are passed when calling
Properties
The properties returned from
-
min
-
max
-
orientation
-
step
-
value
The value of the slider.
-
root
The root of the slider.
Any cursor interaction along this element will change the slider's values.
-
thumb
The slider's thumb, positioned at the end of the range.