Constructor
# <RangeSlider />
A reusable range-slider component. It contains two movable marks that define the range and uses term debouncing to propagate the value.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
min |
number | ||
max |
number | ||
valueA |
number | Initial lower value |
|
valueB |
number | Initial higher value |
|
propagateValue |
func | A function handler to propagate values changes to the parent |
|
text |
string |
<optional> |
Label of the slider |
name |
string | Name of the attribute which will be propagated to its parent component |