<div align="center">
  <img
    src="https://raw.githubusercontent.com/farengeyt451/ngx-tippy-wrapper/master/images/logo.svg"
    alt="library logo"
    height="180"
  >
</div>

<div align="center">
  <h1>Angular wrapper for tippy.js</h1>

[![GitHub branch checks state](https://img.shields.io/github/actions/workflow/status/farengeyt451/ngx-tippy-wrapper/actions.yml?branch=master&style=for-the-badge)](https://github.com/farengeyt451/ngx-tippy-wrapper/actions/workflows/actions.yml)
[![Codecov branch](https://img.shields.io/codecov/c/github/farengeyt451/ngx-tippy-wrapper/master?style=for-the-badge)](https://app.codecov.io/gh/farengeyt451/ngx-tippy-wrapper/)
[![GitHub](https://img.shields.io/github/license/farengeyt451/ngx-tippy-wrapper?color=%235599ff&style=for-the-badge)](https://github.com/farengeyt451/ngx-tippy-wrapper/blob/master/LICENSE)

</div>

## Installation

Install from npm:

```js
npm i ngx-tippy-wrapper
```

Install from yarn:

```js
yarn add ngx-tippy-wrapper
```

## Documentation & Demo

[Documentation](https://farengeyt451.github.io/ngx-tippy-wrapper/#/getting-started)

[Demo](https://farengeyt451.github.io/ngx-tippy-wrapper/#/demo)
