Vue Insert Compo
A lightweight helper to insert Vue component and create Vue popups easily.
Demos
Modal
It creates a mode that disable the main window, but keeps it visible with the modal window as a child window in front of it.
It captures user's attention effectively. Usually used with forms, alerts, and other important events.
Notification
Having a global notification, without disabling user interaction with the main window.
It's lighter than modal. Usually used as a feedback to a previous user interaction.
Loading
Displays a loading animation at the top of the viewport, without blocking user interaction with the main window.
Loading animation relieves user's anxiousness when waiting for something to happen.
Message
It creates a small stackable message window that waits for the user to process, wihout blocking user's interaction with the main window.
The messages needs to be handled when the user is free, so they stack quietly at the corder.