Vue Insert Compo

A lightweight helper to insert Vue component and create Vue popups easily.

Demos

Modal

Modal Icon

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.

Run

Notification

Notification Icon

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.

Run

Loading

Loading Icon

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.

Run

Message

Modal Icon

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.

Run