The complete tooltip, popover, dropdown, and menu solution for the web
npm install tippy.js
➡️ View the latest demo & docs here
``bashnpm
npm i tippy.js
Import the
tippy constructor and the core CSS:`js
import tippy from 'tippy.js';
import 'tippy.js/dist/tippy.css';
`$3
`html
``The core CSS comes bundled with the default unpkg import.
For detailed usage information,
visit the docs.
React: @tippyjs/react
MIT