Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

ordinateio/tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tooltip

The implementation of simple tooltips.

Installation

npm install --save-dev @ordinateio/tooltip

Usage

import '@ordinateio/tooltip/dist/index.css';
import {Tooltip} from '@ordinateio/tooltip';

let tooltip = new Tooltip();
tooltip.create('.container', {
    trigger: 'click',
    target: '.button',
    content: 'attribute:data-tooltip-content',
});

About

The implementation of simple tooltips.

Resources

License

Stars

Watchers

Forks

Packages

No packages published