All Projects → atomiks → Tippyjs

atomiks / Tippyjs

Licence: mit
Tooltip, popover, dropdown, and menu library

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Tippyjs

React Layer Stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 152 (-98.39%)
Mutual labels:  popup, dropdown, tooltip, popover
Tippyjs React
React component for Tippy.js (official)
Stars: ✭ 1,081 (-88.54%)
Mutual labels:  menu, dropdown, tooltip, popover
react-layer-stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 158 (-98.33%)
Mutual labels:  popover, tooltip, popup, dropdown
React Laag
Hooks to build things like tooltips, dropdown menu's and popovers in React
Stars: ✭ 568 (-93.98%)
Mutual labels:  dropdown, tooltip, popover
React Cool Portal
😎 🍒 React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.
Stars: ✭ 458 (-95.14%)
Mutual labels:  dropdown, tooltip, popover
V Tooltip
💬 Easy tooltips, popovers, dropdown for Vue
Stars: ✭ 2,109 (-77.64%)
Mutual labels:  tooltip, dropdown, menu
Material Ui Popup State
boilerplate for common Material-UI Menu, Popover and Popper use cases
Stars: ✭ 186 (-98.03%)
Mutual labels:  menu, popup, popover
Semantic Ui
Semantic is a UI component framework based around useful principles from natural language.
Stars: ✭ 49,729 (+427.18%)
Mutual labels:  popup, dropdown, tooltip
floating-ui
A low-level toolkit to create floating elements. Tooltips, popovers, dropdowns, and more
Stars: ✭ 23,485 (+148.97%)
Mutual labels:  popover, tooltip, dropdown
toppy
Overlay library for Angular 7+
Stars: ✭ 81 (-99.14%)
Mutual labels:  popover, tooltip, dropdown
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (-97.39%)
Mutual labels:  menu, popup, dropdown
Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (-16.55%)
Mutual labels:  dropdown, tooltip, popover
Menu
The most customizable menu for macOS apps.
Stars: ✭ 84 (-99.11%)
Mutual labels:  popup, dropdown, menu
Popper Core
🍿 JavaScript positioning library for tooltips, popovers, dropdowns, and more
Stars: ✭ 18,903 (+100.39%)
Mutual labels:  dropdown, tooltip, popover
Ember Select Box
🔠 A faux select box for Ember apps
Stars: ✭ 60 (-99.36%)
Mutual labels:  menu, dropdown
Jquery Popup Overlay
jQuery plugin for responsive and accessible modal windows and tooltips
Stars: ✭ 511 (-94.58%)
Mutual labels:  popup, tooltip
Fwpopupview
弹窗控件:支持AlertView、Sheet、自定义视图的PopupView。AlertView中可以嵌套自定义视图,各组件的显示隐藏可配置;Sheet仿微信样式;同时提供自定义弹出。更多配置请参考”可设置参数“,提供OC使用Demo。
Stars: ✭ 361 (-96.17%)
Mutual labels:  menu, popup
React Useportal
🌀 React hook for Portals
Stars: ✭ 698 (-92.6%)
Mutual labels:  dropdown, tooltip
Anylayer
Android稳定高效的浮层创建管理框架
Stars: ✭ 745 (-92.1%)
Mutual labels:  menu, popup
Dropdownmenu
DropDownMenu for Android,Filter the list based on multiple condition.
Stars: ✭ 815 (-91.36%)
Mutual labels:  menu, dropdown
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].