Slider
Range slider input with label, min, max, and step configuration.
Volume Control
Basic slider with live value display.
50
Brightness
Slider with step increments of 5.
75%
Price Range
Large step slider for price filtering.
$25
Opacity
Control visual transparency with a 0-100 range.
80%
Font Size
Adjust text size for accessibility settings.
16px
Image Quality
Compression quality for image exports.
50%
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | text | "" | Label text above slider |
bind | binding | - | Two-way binding for value |
min | text | "0" | Minimum value |
max | text | "100" | Maximum value |
step | text | "1" | Step increment |