Pass Through documentation for Tooltip component
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.
Defines passthrough(pt) options of Tooltip component.
| label | type | description |
|---|---|---|
| root | TooltipPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TooltipTrigger component.
| label | type | description |
|---|---|---|
| root | TooltipTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TooltipPortal component.
| label | type | description |
|---|---|---|
| root | TooltipPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TooltipContent component.
| label | type | description |
|---|---|---|
| root | TooltipContentPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TooltipArrow component.
| label | type | description |
|---|---|---|
| root | TooltipArrowPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TooltipGroup component.
| label | type | description |
|---|---|---|
| root | TooltipGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |