23.1.4 • Published 2 months ago

@logo-elements/tooltip v23.1.4

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 months ago

@logo-elements/tooltip

Tooltip is a component that display information in a small card which appears when a cursor is positioned over targeted element.

npm version

<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';

For more detailed information, please visit:

Logo Elements Documentation ↗