Angular Tippy
==============
A directive for the tippy.js library
```
Installation
Install with NPM: ```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<p>This is my custom tooltip template</p>
[tippyOptions]="{
html: '#my-tooptip-template',
...
}">
Options
tippyOptions
Type:Object
Default: null
Pass all your tippy options here