/tippyjs

Highly customizable tooltip and popover library

Primary LanguageJavaScriptMIT LicenseMIT

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