Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farengeyt451/ngx-tippy-wrapper

Angular wrapper for Tippy.js
https://github.com/farengeyt451/ngx-tippy-wrapper

angular angular-popover angular-tooltip library popover popover-library tippyjs tooltip tooltip-library

Last synced: 29 days ago
JSON representation

Angular wrapper for Tippy.js

Awesome Lists containing this project

README

        


library logo


Angular wrapper for tippy.js

[![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)

## Documentation & Demo

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

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

## Recommended versions to use

- **Angular 14, 15, 16**: 6.x.x
- **Angular 13**: 5.x.x
- **Angular 12**: 4.x.x
- **Angular 9, 10, 11** 3.x.x
- **Angular 8**: 2.x.x

## Installation

Install from npm:

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

Install from yarn:

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

## Before upgrade

[Migration guide](./MIGRATION_GUIDE.md)

## Archived documentation

[Documentation for v1.x.x](./docs/README-v1.x.x.md)

[Documentation for v2.x.x](./docs/README-v2.x.x.md)

[Documentation for v3.x.x](./docs/README-v3.x.x.md)

[Documentation for v4.x.x](./docs/README-v4.x.x.md)

[Documentation for v5.x.x and v6.x.x](./docs/README-v6.x.x.md)