v0.0.14
components

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.

PropertyTypeDefaultDescription
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
falseInputRange full width
orientation
union
"horizontal"InputRange orientation

Examples

Colors

Fullwidth

Orientation

Sizes