# tippy-js **Repository Path**: mirrors/tippy-js ## Basic Information - **Project Name**: tippy-js - **Description**: Tippy.js 是由 Popper 提供的完整的网络 tooltip、popover、dropdown 和菜单解决方案 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/tippy-js - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-26 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
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](https://atomiks.github.io/tippyjs/)** [Migration Guide](https://github.com/atomiks/tippyjs/blob/master/MIGRATION_GUIDE.md) ## 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](https://atomiks.github.io/tippyjs/v6/getting-started/). ## Component Wrappers - React: [@tippyjs/react](https://github.com/atomiks/tippyjs-react) (official) - Ember: [ember-tippy](https://github.com/nag5000/ember-tippy) (unofficial) ## License MIT