Tooltip, popover, dropdown, an

The complete tooltip, popover, dropdown, and menu solution for the web
Demo and Documentation
View the latest demo & docs here
Migration Guide
Installation Package Managers# npm npm i tippy.js # Yarn yarn add tippy.js
Import the tippy
constructor and the core CSS:
import tippy from 'tippy.js'; import 'tippy.js/dist/tippy.css'; CDN
<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.
UsageFor detailed usage information, visit the docs.
Component Wrappers React: @tippyjs/react (official) Ember: ember-tippy (unofficial) LicenseMIT
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。