InputRange
A customizable range input wrapper component that enhances the standard HTML range slider with configurable style.
API Reference
InputRangeProps
Extends all the standard HTML attributes of the `<input type="range">` element.
| Property | Type | Default | Description |
|---|---|---|---|
onValueChange | function | Callback called on value change | |
ref $bindable | HTMLInputElement | Reference to the rendered DOM element. | |
color | union | InputRange color | |
size | union | "2" | InputRange size |
radius | union | InputRange radius | |
fullWidth | boolean | false | InputRange full width |
orientation | union | "horizontal" | InputRange orientation |