Variable

RangeScrollbarRoot

Root element for a controlled generic range scrollbar.

Signature

Type Definition
RangeScrollbarRoot: ForwardRefExoticComponent<RangeScrollbarRootProps & RefAttributes<HTMLDivElement>>

Examples

tsx Example
<RangeScrollbar.Root min={0} max={100} value={value} onValueChange={setValue}>
<RangeScrollbar.Thumb>
<RangeScrollbar.Handle side="start" />
<RangeScrollbar.Handle side="end" />
</RangeScrollbar.Thumb>
</RangeScrollbar.Root>