-
-
Save TGlide/5242d1f5f4528a9c9b15e1d040bc9bd7 to your computer and use it in GitHub Desktop.
Slider Melt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const slider = new Slider({ | |
value: () => value, | |
onValueChange: (v) => (value = v), | |
...getters(rest), | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment