ngx-tippy

An angular directive for tippy.js

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ngx-tippy
011.0.35 years ago5 years agoMinified + gzip package size for ngx-tippy in KB

Readme

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