Component Documentation
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
here's a text to test the responsiveness
Tooltip
The Tooltip component displays a small label when the user hovers or focuses on an element. It’s perfect for adding quick hints, extra info, or short descriptions without taking up space in your layout.
It works by wrapping a trigger slot (like an icon, button, or text), and showing a tooltip beside it.
Usage
- Drag the Tooltip component onto the canvas.
- Place your trigger element (e.g. icon or text) into the slot.
- Set the tooltip text using the Component Properties panel.
- Choose the position — top, bottom, left, or right — also using the properties.
Tooltips are great for form helpers, icon labels, or compact UI hints.
GSAP powered interaction
Inside the tooltip component, the .tooltip_trigger acts as a slot. When it is hovered, the .tooltip_positioning animates into view, and on hover-out it smoothly hides again.