➡️ View the latest demo & docs here
```bash
npm i tippy.js
yarn add tippy.js ```
Import the tippy
constructor and the core CSS:
js
import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';
```html
```
The core CSS comes bundled with the default unpkg import.
For detailed usage information, visit the docs.
React: @tippyjs/react
MIT