Tooltip

The Tooltip React component displays a tooltip popup for a specified target element.

Properties

The Tooltip properties are defined in the TooltipProps interface. Various Tooltip properties, as defined in TooltipProps, control the content and position of the tooltip popup.

The children prop of the component specifies the tooltip content.

The target prop specifies the target element of the tooltip.

The visible prop controls the visibility state of the tooltip.

The placement prop specifies the preferred tooltip placement. This defaults to top.

API Reference

Last Updated: 29 November, 2022