@logo-elements/tooltip
v23.1.4
Published
Web component to create pop-ups to guide users for information and/or directive.
Downloads
46
Readme
@logo-elements/tooltip
Tooltip is a component that display information in a small card which appears when a cursor is positioned over targeted element.
<div id="needsTooltip">Tooltip Element</div>
<logo-elements-tooltip for="needsTooltip" text="Some Kind of text based tooltip content" position="top"></logo-elements-tooltip>
Installation
Install the component:
npm i @logo-elements/tooltip -s
Once installed, import the component in your application:
import '@logo-elements/tooltip';