1.0.3 • Published 1 year ago
ui-tooltipjs v1.0.3
UI-TOOLTIPJS
A simple library that creates custom tooltips on elements.
Usage
Add JS
import Tooltip from 'ui-tooltipjs';
const myTooltip = new Tooltip({
rootElement: document.body,
tooltipClass: 'tooltip-custom',
margin: 10,
position: 'top-center',
});