Skip to content
/ tippyjs Public
forked from atomiks/tippyjs

Highly customizable tooltip and popover library

License

Notifications You must be signed in to change notification settings

brydzu/tippyjs

 
 

Repository files navigation

Tippy.js logo

Tippy.js

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

Build npm Downloads per Month MIT License

Demo and Documentation

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

Installation

Package Managers

# npm
npm i tippy.js

# Yarn
yarn add tippy.js

CDN

<script src="https://unpkg.com/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@4"></script>

Modern ES modules in the browser

<script type="module">
  // Uses latest popper.js (unminified code)
  import tippy from 'https://unpkg.com/tippy.js@4?module'
</script>

Component Wrappers

License

MIT

About

Highly customizable tooltip and popover library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.4%
  • TypeScript 26.6%
  • CSS 7.0%