Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farengeyt451/ngx-tippy-wrapper
- Owner: farengeyt451
- License: mit
- Created: 2020-01-06T12:43:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T11:27:13.000Z (2 months ago)
- Last Synced: 2024-11-09T03:17:19.726Z (about 1 month ago)
- Topics: angular, angular-popover, angular-tooltip, library, popover, popover-library, tippyjs, tooltip, tooltip-library
- Language: TypeScript
- Homepage: https://farengeyt451.github.io/ngx-tippy-wrapper
- Size: 9.51 MB
- Stars: 61
- Watchers: 1
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-awesome-angular - ngx-tippy-wrapper - Angular wrapper for <b><code> 12066⭐</code></b> <b><code> 525🍴</code></b> [Tippy.js](https://github.com/atomiks/tippyjs)). (Table of contents / Third Party Components)
- awesome-angular-components - farengeyt451/ngx-tippy-wrapper - Angular 8+ wrapper for Tippy.js (UI Components / Tooltip)
- awesome-angular - ngx-tippy-wrapper - Angular wrapper for [Tippy.js](https://github.com/atomiks/tippyjs). (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-tippy-wrapper - Angular wrapper for <b><code> 11934⭐</code></b> <b><code> 520🍴</code></b> [Tippy.js](https://github.com/atomiks/tippyjs)). (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-tippy-wrapper - Angular wrapper for <b><code> 11972⭐</code></b> <b><code> 520🍴</code></b> [Tippy.js](https://github.com/atomiks/tippyjs)). (Table of contents / Third Party Components)
README
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)