Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldoy/modalis
Modal dialog
https://github.com/eldoy/modalis
Last synced: 6 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T12:32:35.000Z (about 1 year ago)
- Last Synced: 2023-10-09T11:21:22.094Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- 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