PHPackages                             swissup/module-tippyjs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. swissup/module-tippyjs

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

swissup/module-tippyjs
======================

Highly customizable vanilla JS tooltip/popover library for Magento 2

6.0.1(4y ago)3289.2k—6.2%1MITJavaScript

Since Aug 6Pushed 4y ago7 watchersCompare

[ Source](https://github.com/swissup/module-tippyjs)[ Packagist](https://packagist.org/packages/swissup/module-tippyjs)[ RSS](/packages/swissup-module-tippyjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (1)

Tippyjs
=======

[](#tippyjs)

Tippyjs - is a Magento2 module that integrates [Tippy library](https://atomiks.github.io/tippyjs/) into Magento.

Installation
------------

[](#installation)

```
composer require swissup/module-tippyjs
bin/magento setup:upgrade
```

Usage
-----

[](#usage)

Basic example:

```
require(['tippy'], function (tippy) {
    // Tippify all titled elements
    tippy('[title]');
});
```

> See all available options at official site:

Advanced example (works for dynamically added elements):

```
require([
    'Magento_Ui/js/lib/view/utils/async',
    'tippy'
], function ($, tippy) {
    $.async('[title]', function (el) {
        tippy(el);
    });
});
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~343 days

Total

4

Last Release

1811d ago

Major Versions

1.1.0 → 6.0.02020-11-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/1108bccc259ec1b0fc93f04a182965faf1213460894ee297f1acf3482e3296ac?d=identicon)[vovayatsyuk](/maintainers/vovayatsyuk)

![](https://www.gravatar.com/avatar/33aea824c2948821ee367ad65fab9d355c71d86ce4ff021a40882a410f14ef94?d=identicon)[swissup](/maintainers/swissup)

---

Top Contributors

[![vovayatsyuk](https://avatars.githubusercontent.com/u/306080?v=4)](https://github.com/vovayatsyuk "vovayatsyuk (7 commits)")[![ci-swissuplabs](https://avatars.githubusercontent.com/u/40459861?v=4)](https://github.com/ci-swissuplabs "ci-swissuplabs (1 commits)")

---

Tags

magento2-popovermagento2-tippymagento2-tooltip

### Embed Badge

![Health badge](/badges/swissup-module-tippyjs/health.svg)

```
[![Health](https://phpackages.com/badges/swissup-module-tippyjs/health.svg)](https://phpackages.com/packages/swissup-module-tippyjs)
```

###  Alternatives

[solaris/php-moon-phase

Calculate the phases of the Moon in PHP.

16562.0k1](/packages/solaris-php-moon-phase)[magyarandras/amp-converter

A library to convert HTML articles, blog posts or similar content to AMP (Accelerated Mobile Pages).

65150.3k](/packages/magyarandras-amp-converter)[degecko/nova-filters-summary

A Laravel Nova card which displays a summary of the active filters of a resource or lens.

20132.2k](/packages/degecko-nova-filters-summary)[nodejs-php-fallback/uglify

PHP wrapper to execute uglify-js/clean-css node package or fallback to PHP alternatives

17143.4k3](/packages/nodejs-php-fallback-uglify)[trentrichardson/cakephp-scheduler

Makes scheduling tasks in CakePHP much simpler.

3137.0k](/packages/trentrichardson-cakephp-scheduler)[magefan/module-html-sitemap

HTML Sitemap extension for Magento 2

1752.9k](/packages/magefan-module-html-sitemap)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
