Easy to use, highly customizable Vue.js modal library. This library is contributor-driven. It is not backed by any company, which means that all contributions are voluntary and done by the people who need them. If you need something improved, added, or fixed, please contribute it yourself. Please keep in mind that maintainers volunteer their free time to work on this project and have no obligation to reply on the issues, tailor library for specific use-cases or perform customer support. Dialog is a simplified version of the modal which has most parameters set by default and is useful for quick prototyping, alerts, etc. Dialog is merely an example of how easy it is to create modals that fit your project needs. Nevertheless, you can use it if you set dialog, true in plugin configuration. In order to instantiate modals at runtime (for lazy-loading or de-cluttering templates), it is possible to create modals dynamically.
Features
- The library supports 2 types of modals, static and dynamic
- Static are defined explicitly though the template
- Dynamic are generated based on the configuration passed into the "show modal" function
- Modals are defined by simply using the <modal /> component
- To control it's visibility, use $modal.show / $modal.hide functions
- In order to instantiate modals at runtime (for lazy-loading or de-cluttering templates), it is possible to create modals dynamically