Skip to main content

Range

The Range component is similar to the Slider component built with react-compound-slider, but allows the user to select start and end values. Developers can specify eventIndicators as custom icons that will be positioned relative to tick marks.

Result
Loading...
Live Editor

With event indicators

Result
Loading...
Live Editor

Analytics

The Range component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'Range',
actions: {
onChange: { type: 'RANGE_CHANGE', payload: 'Change' },
},
};

Props