From my perspective it looks like the Slider components for React and Svelte behave differently.
The React Slider component on calls `onValueChange` when an user interaction changes the slider val...
The component you linked seems to be named [`ZoomSlider`](https://github.com/xyflow/web/tree/main/apps/ui-components/registry/components/zoom-slider) but I can't see any sliding action in that thin...