ScrollArea Pass Through

Pass Through documentation for ScrollArea component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

ScrollArea PT Options#

Defines passthrough(pt) options of ScrollArea component.

labeltypedescription
rootScrollAreaPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
viewportScrollAreaPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the viewport's DOM element.
contentScrollAreaPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
thumbYScrollAreaPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the thumbY's DOM element.
thumbXScrollAreaPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the thumbX's DOM element.

ScrollAreaViewport PT Options#

Defines passthrough(pt) options of ScrollAreaViewport component.

labeltypedescription
rootScrollAreaViewportPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ScrollAreaContent PT Options#

Defines passthrough(pt) options of ScrollAreaContent component.

labeltypedescription
rootScrollAreaContentPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ScrollAreaThumbY PT Options#

Defines passthrough(pt) options of ScrollAreaThumbY component.

labeltypedescription
rootScrollAreaThumbYPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ScrollAreaThumbX PT Options#

Defines passthrough(pt) options of ScrollAreaThumbX component.

labeltypedescription
rootScrollAreaThumbXPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.