Skip to content

tooltip

archco edited this page Feb 27, 2017 · 2 revisions

Summary

scss/components/tooltip

Usage

Available Directions

  • top (default): tooltip-top
  • bottom: tooltip-bottom
  • left: tooltip-left
  • right: tooltip-right
<span class="tooltip" aria-label="tooltip-top (default)">Top</span>
<span class="tooltip tooltip-bottom" aria-label="tooltip-bottom style">Bottom</span>
<span class="tooltip tooltip-left" aria-label="tooltip-left style">Left</span>
<span class="tooltip tooltip-right" aria-label="tooltip-right style">Right</span>