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...
ScrollAreaRoot PT Options#
Defines passthrough(pt) options of ScrollArea component.
| label | type | description |
|---|---|---|
| root | ScrollAreaRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| viewport | ScrollAreaRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the viewport's DOM element. |
| content | ScrollAreaRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| thumbY | ScrollAreaRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the thumbY's DOM element. |
| thumbX | ScrollAreaRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the thumbX's DOM element. |
ScrollAreaViewport PT Options#
Defines passthrough(pt) options of ScrollAreaViewport component.
| label | type | description |
|---|---|---|
| root | ScrollAreaViewportPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ScrollAreaContent PT Options#
Defines passthrough(pt) options of ScrollAreaContent component.
| label | type | description |
|---|---|---|
| root | ScrollAreaContentPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ScrollAreaThumbY PT Options#
Defines passthrough(pt) options of ScrollAreaThumbY component.
| label | type | description |
|---|---|---|
| root | ScrollAreaThumbYPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ScrollAreaThumbX PT Options#
Defines passthrough(pt) options of ScrollAreaThumbX component.
| label | type | description |
|---|---|---|
| root | ScrollAreaThumbXPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |