An angular directive for tippy.js
npm install ngx-tippyAngular Tippy
==============
A directive for the tippy.js library
bash
npm install ngx-tippy
`
Then, import the directive
`js
import { TippyDirective } from 'ngx-tippy';
`
`js
declarations: [
...
TippyDirective
...
]
`
Important: Include the CSS from the tippy package
Usage
`html
// Basic - This is the basic directive usage
// With tippy options
[tippyOptions]="{
html: '#my-tooptip-template',
...
}">
Options
#### tippyOptions
Type: Object
Default: null`