tingle.js
Version:
A simple modal plugin written in pure JavaScript
42 lines (28 loc) • 813 B
Markdown

## 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 git@github.com: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)