Back to Tippyjs

npm

README.md

6.3.71.5 KB
Original Source
<div align="center"> </div> <div align="center"> <h1>Tippy.js</h1> <p>The complete tooltip, popover, dropdown, and menu solution for the web</p> <a href="https://www.npmjs.com/package/tippy.js"> <a> <a href="https://github.com/atomiks/tippyjs/blob/master/LICENSE"> </a> </div>

Demo and Documentation

➡️ View the latest demo & docs here

Migration Guide

Installation

Package Managers

bash
# npm
npm i tippy.js

# Yarn
yarn add tippy.js

Import the tippy constructor and the core CSS:

js
import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';

CDN

html
<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

License

MIT