Skip to content

Instantly share code, notes, and snippets.

@TGlide

TGlide/slider.ts Secret

Created November 11, 2024 22:36
Show Gist options
  • Save TGlide/5242d1f5f4528a9c9b15e1d040bc9bd7 to your computer and use it in GitHub Desktop.
Save TGlide/5242d1f5f4528a9c9b15e1d040bc9bd7 to your computer and use it in GitHub Desktop.
Slider Melt
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