Float
By passing the float prop to the component, we can have a nice label which floats above the handle and shows the current value.
Hover/Drag the Slider handles below to see the float
Float without Hover
The Slider can be initialised with hoverable
set false
which will prevent the float from appearing on hover.
Always show the floats
We can set the floats to always be visible by modifying the css slightly.
Focus on load
It’s possible to focus the slider on load with a little bit of javascript.