Simple tooltip.
npm install --save css-ui-tooltip
CSS dependencies.
<linkrel="stylesheet" href="path/to/normalize.css"><linkrel="stylesheet" href="path/to/open-sans.css"><linkrel="stylesheet" href="path/to/cssui.css">CSS tooltip.
<linkrel="stylesheet" href="path/to/style.tooltip.css">CSS tooltip theme.
<linkrel="stylesheet" href="path/to/style.tooltip.theme.css">Use Open Sans fotns.
font-family:'Open Sans', sans-serif;Tooltip html.
Class: primary, common, success, warning and danger
<spanclass="tooltip">Top <spanclass="primary top">Top</span></span><spanclass="tooltip">Bottom <spanclass="primary bottom">Bottom</span></span><spanclass="tooltip">Left <spanclass="primary left">Left</span></span><spanclass="tooltip">Right <spanclass="primary right">Right</span></span>Enjoy tooltip.