GitHub

Tooltip

Pure CSS tooltips that appear on hover/focus. No JavaScript required.

Basic

Hello tooltip!

Positions

Top tooltip
Bottom tooltip
Left tooltip
Right tooltip

Colors

Neutral
Primary
Success
Warning
Error

Classes Reference

Class Description
.tooltipTooltip wrapper (inline-flex)
.tooltip-contentThe tooltip popup text
.tooltip-topPosition above (default)
.tooltip-bottomPosition below
.tooltip-leftPosition to the left
.tooltip-rightPosition to the right
.tooltip-primaryPrimary color
.tooltip-infoInfo color
.tooltip-successSuccess color
.tooltip-warningWarning color
.tooltip-errorError color