Slider
Uncontrolled
Result
Loading...
Live Editor
Controlled
Result
Loading...
Live Editor
Negative min, positive max
Result
Loading...
Live Editor
Analytics
The Slider component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'Slider',
actions: {
onChange: { type: 'SLIDER_CHANGE', payload: 'Change' },
},
};