JSPM

  • Created
  • Published
  • Downloads 2633053
  • Score
    100M100P100Q203299F
  • 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/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

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

Modern ES modules in the browser

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

Component Wrappers

License

MIT