Package Exports
- tippy.js
- tippy.js/animations/scale.css
- tippy.js/animations/shift-away.css
- tippy.js/dist/backdrop.css
- tippy.js/dist/border.css
- tippy.js/dist/svg-arrow.css
- tippy.js/dist/tippy.cjs
- tippy.js/dist/tippy.css
- tippy.js/headless
- 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

Demo and Documentation
➡️ View the latest demo & docs here
Installation
Package Managers
# npm
npm i tippy.js
# Yarn
yarn add tippy.js
Import the tippy
constructor and the core CSS:
import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';
CDN
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
The core CSS comes bundled with the default unpkg import.
Usage
For detailed usage information, visit the docs.
Component Wrappers
React: @tippyjs/react
License
MIT