Components

SimpleSlider

<SimpleSlider />

Constructor

# <SimpleSlider />

A reusable slider component that contains term debouncing to propagate its value.

Properties:
Name Type Attributes Description
min number
max number
initialValue number
propagateValue func

A function handler to propagate values changes to the parent

text string <optional>

Label of the slider

enableMarks boolean <optional>

If marks are to be shown

scale func <optional>

A function to determine the relation between the values to be shown and the marks (only applicable if marks are present)

name string

Name of the attribute which will be propagated to its parent component

id number | string

a particular ID

View Source components/FilterItems/SimpleSlider.js, line 18