Tooltips

Last updated: July 30, 2024

Tooltip components allow you to add informative pop-up text over an element. Tooltips provide additional context or information without cluttering your main design and only appear when hovering over an element.

tooltip.gif

To add a tooltip

From the Component Panel:

image.png
  1. Find the Tooltip component in the component library on the left panel.

  2. Drag the Tooltip onto your page.

From an existing element:

image.png
  1. Right-click the element you want the tooltip to appear on.

  2. In the dropdown, hover over “Turn into” and select “Tooltip Trigger” in the pop-out menu.

    1. This element will automatically be grouped with the tooltip into a Tooltip Wrapper container.

To Show/Hide the tooltip while editing

Screenshot 2024-07-26 at 10.09.13 AM.png
Tooltip hidden; Click Expand to show
tooltipstuff.png
Tooltip showing; Click Collapse to hide
  1. Click on the Tooltip Wrapper container.

  2. On the top left corner of the container, click on the Expand/Collapse button.

Tooltip Configurations

tooltipstuff.png

Arrow

  • Show/Hide Arrow: Show or hide the tooltip's arrow. By default, we show the arrow.

  • Arrow Size: Adjust the size of the arrow.

Side

  • Side: Choose which side of the container the tooltip will appear on.

  • Side Offset: Adjust how far away the tooltip will appear from the selected side of the container.

Alignment

  • Alignment: Choose how the arrow aligns to the container relative to the selected side

  • Alignment Offset: Adjust the distance of the tooltip's center from the alignment position.

Hover Delay

  • Adjust the amount of time it takes for the tooltip to appear after the user hovers over the component