Skip to content

5andu/tippyjs

This branch is up to date with atomiks/tippyjs:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2021
Nov 11, 2021
Mar 22, 2020
Mar 16, 2020
Feb 5, 2022
Nov 9, 2021
Jan 20, 2022
Oct 27, 2019
Feb 27, 2020
Mar 16, 2020
Sep 28, 2019
Mar 16, 2020
Nov 19, 2021
Apr 17, 2020
Jan 7, 2019
Nov 10, 2021
Mar 25, 2020
Oct 1, 2021

Repository files navigation

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

License

MIT

About

Tooltip, popover, dropdown, and menu library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • TypeScript 26.4%
  • SCSS 6.4%
  • Other 1.8%