how can i use fuse to build a system rating

Hi guys, i’m looking for a way to build a system rating like this image

file

my question is quite simple , how can i use fuse , to react when user drag up and down , dont see drag gesture in the docs

You’d likely want to create a custom RangeControl.

This example uses them: https://www.fusetools.com/examples/halftone-effect

However, we don’t have vertical option for LinearRangeBehavior yet, meaning you can only create horizontal sliders. I’ll add a feature request for that.

i will look for an idea to use horizontal slider instead of vertical one, thank you