Signature
RangeScrollbarRoot: ForwardRefExoticComponent<RangeScrollbarRootProps & RefAttributes<HTMLDivElement>>Examples
<RangeScrollbar.Root min={0} max={100} value={value} onValueChange={setValue}> <RangeScrollbar.Thumb> <RangeScrollbar.Handle side="start" /> <RangeScrollbar.Handle side="end" /> </RangeScrollbar.Thumb></RangeScrollbar.Root>