🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Tippy.js is a lightweight, vanilla JS tooltip library powered by Popper.js.

Core Java Script

Documentation
Tippy.js logo

Tippy.js

A highly customizable tooltip and popover library powered by Popper.js.

Build npm Downloads per Month MIT License

Demo and Documentation

https://atomiks.github.io/tippyjs/

Installation

Package Managers

# npm npm i tippy.js  # Yarn yarn add tippy.js

CDN

<script src="https://unpkg.com/popper.js@1"></script> <script src="https://unpkg.com/tippy.js@4"></script>

Modern ES modules in the browser

<script type="module">   // Uses latest popper.js (unminified code)   import tippy from 'https://unpkg.com/tippy.js@4?module' </script>

Component Wrappers

License

MIT


You May Also Like