PHPackages                             cssoft/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. cssoft/tippyjs

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

cssoft/tippyjs
==============

Highly customizable vanilla JS tooltip/popover library for Magento 2

1.0.0(1y ago)081MITJavaScript

Since Jan 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Cssoft-core/tippyjs)[ Packagist](https://packagist.org/packages/cssoft/tippyjs)[ RSS](/packages/cssoft-tippyjs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)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 cssoft/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

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

482d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/800689ac80f92516544096d69f8a5876763b698097af8c145807f09244c33204?d=identicon)[prashat](/maintainers/prashat)

---

Top Contributors

[![Cssoft-core](https://avatars.githubusercontent.com/u/181851483?v=4)](https://github.com/Cssoft-core "Cssoft-core (1 commits)")

### Embed Badge

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

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

###  Alternatives

[veewee/reflecta

Unleash the Power of Optics in your code!

12261.1k3](/packages/veewee-reflecta)[badcow/phrase-generator

Generate an English adjective-noun pair as a phrase (e.g. SubmissiveMonkey).

145.2k](/packages/badcow-phrase-generator)

PHPackages © 2026

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