1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/pages/_docs/tooltips.md
2020-02-16 21:34:30 +01:00

1.1 KiB

title, menu, description, bootstrap-link
title menu description bootstrap-link
Tooltips docs.tooltips The Tooltip component is small pop-up box that appears when the user moves the mouse pointer over an element. components/tooltips/

Default markup

{% capture code %} Tooltip on top Tooltip on right Tooltip on bottom Tooltip on left {% endcapture %} {% include example.html code=code %}

Tooltip with HTML

{% capture code %} Tooltip with HTML {% endcapture %} {% include example.html code=code %}