https://github.com/eldoy/modalis
Modal dialog
https://github.com/eldoy/modalis
Last synced: about 1 month ago
JSON representation
Modal dialog
- Host: GitHub
- URL: https://github.com/eldoy/modalis
- Owner: eldoy
- License: mit
- Created: 2022-03-26T20:54:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T12:32:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T19:24:31.717Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `
...
Close