Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eldoy/modalis

Modal dialog
https://github.com/eldoy/modalis

Last synced: 6 days ago
JSON representation

Modal dialog

Awesome Lists containing this project

README

        

# Modalis

Modal dialog with built in loading of HTML.

### Usage

First copy `dist/assets/css/modal.css` and `dist/assets/js/modal.js` to your app assets. Use `dist/layouts/modal.js` for some working HTML you can use for your modal layout.

Included is also an example of a "prompt", for use with a modal inside the modal.

Add an empty div tag with the class name `modal` in your main app layout, before the end `
...