UNPKG

tippy.js

Version:

Highly customizable tooltip and popover library

60 lines (44 loc) 1.4 kB
<div align="center"> <img alt="Tippy.js logo" src="https://github.com/atomiks/tippyjs/raw/master/logo.png" height="117" /> </div> <div align="center"> <h1>Tippy.js</h1> <p>A highly customizable tooltip and popover library powered by Popper.js.</p> <a href="https://travis-ci.org/atomiks/tippyjs"> <img src="https://img.shields.io/travis/atomiks/tippyjs.svg?color=%2325c879&style=for-the-badge" alt="Build"> </a> <a href="https://www.npmjs.com/package/tippy.js"> <img src="https://img.shields.io/npm/dm/tippy.js.svg?color=%235599ff&style=for-the-badge" alt="npm Downloads per Month"> <a> <a href="https://github.com/atomiks/tippyjs/blob/master/LICENSE"> <img src="https://img.shields.io/npm/l/tippy.js.svg?color=%23c677cf&style=for-the-badge" alt="MIT License"> </a> <br> <br> </div> ## Demo and Documentation https://atomiks.github.io/tippyjs/ ## Installation ### Package Managers ```bash # npm npm i tippy.js # Yarn yarn add tippy.js ``` ### CDN ```html <script src="https://unpkg.com/popper.js@1"></script> <script src="https://unpkg.com/tippy.js@4"></script> ``` ### Modern ES modules in the browser ```html <script type="module"> // Uses latest popper.js (unminified code) import tippy from 'https://unpkg.com/tippy.js@4?module' </script> ``` ## Component Wrappers - [React component](https://github.com/atomiks/tippy.js-react) ## License MIT