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.

Tooltip PT Options#

Defines passthrough(pt) options of Tooltip component.

labeltypedescription
rootTooltipPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TooltipTrigger PT Options#

Defines passthrough(pt) options of TooltipTrigger component.

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

TooltipPortal PT Options#

Defines passthrough(pt) options of TooltipPortal component.

labeltypedescription
rootTooltipPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TooltipContent PT Options#

Defines passthrough(pt) options of TooltipContent component.

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

TooltipArrow PT Options#

Defines passthrough(pt) options of TooltipArrow component.

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

TooltipGroup PT Options#

Defines passthrough(pt) options of TooltipGroup component.

labeltypedescription
rootTooltipGroupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.