You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
A nice update to the Slider component would be to have it be able to display it's current value. It could be toggled on/off with a prop like display_value, which maybe defaults to false so it doesn't change behaviour. If true, it could display the value in a <div/> or <label/> below it (or above it?) and perhaps it could be styled with props like value_style and value_className. Perhaps a better name would be label, so display_label, label_style, and label_className.