The Tooltip component is a small, interactive UI element that provides contextual information or descriptions when users hover over an element or focus on it. It enhances user experience by offering additional guidance or clarifications without cluttering the main interface. Tooltips are commonly used for icons, buttons, links, and other interactive elements to improve accessibility and usability.
Add a title to the tooltip component (optional)
Maybe you don't want the tooltip to follow the cursor set by fixed property
Set a max-width for long text
We're adding a wrapper around the button when it's disabled otherwise the tooltip does not trigger.
Using only with the fixed prop, placement will enable a translate animation on your tooltip. The direction works with these values for placement.