Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prevwong/drooltip.js
🔥 💦 Minimalistic, powerful and extensible Vanilla JS tooltip library
https://github.com/prevwong/drooltip.js
css3-animations custom material-design minimalistic pure-javascript tooltips
Last synced: 14 days ago
JSON representation
🔥 💦 Minimalistic, powerful and extensible Vanilla JS tooltip library
- Host: GitHub
- URL: https://github.com/prevwong/drooltip.js
- Owner: prevwong
- License: mit
- Created: 2017-03-27T11:01:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T07:57:41.000Z (over 5 years ago)
- Last Synced: 2024-10-14T12:43:06.128Z (27 days ago)
- Topics: css3-animations, custom, material-design, minimalistic, pure-javascript, tooltips
- Language: JavaScript
- Homepage: https://prevwong.github.io/drooltip.js
- Size: 890 KB
- Stars: 160
- Watchers: 16
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
____ _
(| \ | | o o
| | ,_ __ __ | |_|_ _ ,
_| |/ | / \_/ \_|/ | | |/ \_| / \_
(/\___/ |_/\__/ \__/ |__/|_/|_/|__/o|/ \/
/| /|
\| \|
Drooltip.js v1.0.2
github.com/prevwong/drooltip.js
Prev Wong @prevwong imprev.co
[![npm version](https://badge.fury.io/js/drooltip.js.svg)](https://badge.fury.io/js/drooltip.js)
[![Code Climate](https://codeclimate.com/github/prevwong/drooltip.js/badges/gpa.svg)](https://codeclimate.com/github/prevwong/drooltip.js)
[![codebeat badge](https://codebeat.co/badges/feba30b2-1759-4472-b6af-997c9c46f952)](https://codebeat.co/a/prevwong/projects/github-com-prevwong-drooltip-js-master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/db9b8d8043c84f1ca7cd9686daae5717)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=prevwong/drooltip.js&utm_campaign=Badge_Grade)
[![Support](https://supporterhq.com/api/b/9okwcyts1gevgy53glt8ffpyc)](https://supporterhq.com/give/9okwcyts1gevgy53glt8ffpyc)
## OverviewDrooltip.js is a lightweight native-js plugin/extension that allows you to create beautiful, customizable and intelligent tooltips, capable of showing anything from simple text, loading dynamic content and loading entire HTML elements!
## Installation & Usage
Documentation and Demos are [here](https://prevwong.github.io/drooltip.js/)
## Q&A
* Q: Why did you make this ?
A: Twas a boring day.* Q: There're already many tooltips plugins out there, what is this for ?
A: I just wanted to share my version of tooltips as a contribution to the open-source community.* Q: Is this plugin perfect/flawless
A: Probably not.## History
Release | Description
------------ | -------------
v1.0.2 | Support for IE-11/non-ES6 compliant browsers
v1.0.1 | Fixed bugs and issues; Stable Release basically
v1.0.0β | Initial beta releaseFeel free to fork it, and contribute to make Drooltip.js even better!