JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3082
  • Score
    100M100P100Q107424F
  • License MIT

A simple modal plugin written in pure JavaScript

Package Exports

  • tingle.js
  • tingle.js/dist/tingle.css
  • tingle.js/dist/tingle.min

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tingle.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Logo Tingle

Documentation

Documentation and demo can be found here: 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:

$ git clone git@github.com:robinparisi/tingle.git
$ cd tingle
$ npm install
$ gulp serve

License

© 2018 Robin Parisi
Released under the MIT LICENSE