JSPM

  • Created
  • Published
  • Downloads 2592238
  • Score
    100M100P100Q198530F
  • License MIT

Highly customizable tooltip and popover library

Package Exports

  • tippy.js
  • tippy.js/animations/scale.css
  • tippy.js/animations/shift-away.css
  • tippy.js/dist/backdrop.css
  • tippy.js/dist/svg-arrow.css
  • tippy.js/dist/tippy-bundle.cjs
  • tippy.js/dist/tippy-bundle.esm.js
  • tippy.js/dist/tippy.cjs
  • tippy.js/dist/tippy.css
  • tippy.js/themes/light-border.css
  • tippy.js/themes/light.css
  • tippy.js/themes/material.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tippy.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

🚀 View the latest demo & docs here

View migration guide from v4 to v5

4.x docs

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@5"></script>

Component Wrappers

React: @tippy.js/react

License

MIT