rmanalan / tippyjs

Tooltip, popover, dropdown, and menu library

Home Page:https://atomiks.github.io/tippyjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# 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.

Usage

For detailed usage information, visit the docs.

Component Wrappers

React: @tippyjs/react

License

MIT

About

Tooltip, popover, dropdown, and menu library

https://atomiks.github.io/tippyjs/

License:MIT License


Languages

Language:JavaScript 65.2%Language:TypeScript 26.5%Language:SCSS 6.5%Language:HTML 1.0%Language:CSS 0.6%Language:Shell 0.2%