Package Exports
- tippy.js
- tippy.js/esm/index
- tippy.js/index.css
- tippy.js/themes/light-border.css
- tippy.js/themes/light.css
- tippy.js/umd/index.all.js
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
A highly customizable tooltip and popover library powered by Popper.js.
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
Currently unpkg
does not minify modules.
<script type="module">
import tippy from 'https://unpkg.com/tippy.js@4?module' // (unminified)
</script>
Component Wrappers
License
MIT