Tooltip

Basic Tooltip

A tooltip is often used to specify extra information about something when the user moves the mouse pointer over an element. Check out code for detail of usage.

Tooltip Position

Tooltip can be placed in four base ways in relation to the reference element. Check out code for detail of usage.

Tooltip Delay, Duration

Tooltip can delay hiding or showing after a trigger. Check out code for detail of usage.

Tooltip Trigger

Tooltip can be triggered by a variety of different events, including click, focus, or any other even. Check out code for detail of usage.

Follow Cursor

Tooltip can follow the mouse cursor and abide by a certain axis. Additionally, the tooltip can follow the cursor until it shows, at which point it will stop following. Check out code for detail of usage.

HTML Content Tooltip

Tooltip tippy can contain HTML. Check out code for detail of usage.