Extensions

Press shift + S to search API reference.

Enum

PopoverPlacements

View source

Dictates how a Tooltip component should be positioned relative to the anchor element. Accessed via Tooltip.placements.

Enum members

BOTTOM"bottom"

Positions the popover below the anchor element.

CENTER"center"

Positions the popover so it's center aligned with the anchor element.

LEFT"left"

Positions the popover left of the anchor element.

RIGHT"right"

Positions the popover right of the anchor element.

TOP"top"

Positions the popover above the anchor element.