Tippy.js logo

Tippy.js

The complete tooltip, popover, dropdown, and menu solution for the web

npm Downloads per Month MIT License

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

```

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