ctrlaltdylan / tippyjs

Highly customizable tooltip and popover library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tippy.js logo

Tippy.js

A highly customizable tooltip and popover library powered by Popper.js.

npm Downloads per Month MIT License

Demo and Documentation

➡️ View the latest demo & docs here

View migration guide from v4 to v5

4.x docs

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/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@5"></script>

The core CSS comes bundled with the default unpkg import.

Usage

For detailed usage information, visit the docs.

Component Wrappers

React: @tippy.js/react

License

MIT

About

Highly customizable tooltip and popover library

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

License:MIT License


Languages

Language:JavaScript 66.8%Language:TypeScript 27.0%Language:CSS 6.1%