3.0.2 • Published 4 years ago

@ordinateio/tooltip v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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',
});
3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago