Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinparisi/tingle
⚡ 2kB vanilla modal plugin, no dependencies and easy-to-use
https://github.com/robinparisi/tingle
modal modal-plugin plugin popup ui vanilla
Last synced: about 1 month ago
JSON representation
⚡ 2kB vanilla modal plugin, no dependencies and easy-to-use
- Host: GitHub
- URL: https://github.com/robinparisi/tingle
- Owner: robinparisi
- License: mit
- Created: 2015-09-24T15:08:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T12:51:19.000Z (10 months ago)
- Last Synced: 2024-04-14T22:17:16.799Z (7 months ago)
- Topics: modal, modal-plugin, plugin, popup, ui, vanilla
- Language: JavaScript
- Homepage: https://tingle.robinparisi.com
- Size: 5.12 MB
- Stars: 1,533
- Watchers: 41
- Forks: 187
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Logo Tingle](logo.png)
## Documentation
Documentation and demo can be found here:
[https://robinparisi.github.io/tingle/](https://robinparisi.github.io/tingle/)## Introduction
Tingle is a minimalist and easy-to-use modal plugin written in pure JavaScript:
* No dependencies required
* Fully customizable via CSS
* CSS transitions
* Simple API
* No extra files to download
* Created with UX in mind## Roadmap
* ~~Flexbox support~~
* ~~Better responsive~~
* alert/dialog
* Accessibility (any help is welcome)## Contribute
Run the demo and listen for changes:
```bash
$ git clone [email protected]:robinparisi/tingle.git
$ cd tingle
$ npm install
$ gulp serve
```## License
© 2018 [Robin Parisi](https://github.com/robinparisi)
Released under the [MIT LICENSE](http://opensource.org/licenses/MIT)