Tooltip Pass Through
Pass Through documentation for Tooltip component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
The component's PT demo referenced as tooltip-pt is unavailable or does not exist.
TooltipRoot PT Options#
Defines passthrough(pt) options of Tooltip component.
| label | type | description |
|---|---|---|
| root | TooltipRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TooltipTrigger PT Options#
Defines passthrough(pt) options of TooltipTrigger component.
| label | type | description |
|---|---|---|
| root | TooltipTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
TooltipPortal PT Options#
Defines passthrough(pt) options of TooltipPortal component.
| label | type | description |
|---|---|---|
| root | TooltipPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TooltipContent PT Options#
Defines passthrough(pt) options of TooltipContent component.
| label | type | description |
|---|---|---|
| root | TooltipContentPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
TooltipArrow PT Options#
Defines passthrough(pt) options of TooltipArrow component.
| label | type | description |
|---|---|---|
| root | TooltipArrowPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
TooltipGroup PT Options#
Defines passthrough(pt) options of TooltipGroup component.
| label | type | description |
|---|---|---|
| root | TooltipGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |