Popup

Functional Popup and easy to implement.

Default

To implement the popup we have the component vs-popup.

Inner Popup

You can add one popup inside another.

Fullscreen

the popup can be full screen you just have to add the property vs-fullscreen.

Background

You can change the color of the property with the property vs-background

Color Button

You can change the color of the button with the property vs-close-button-color.

API #

NameTypeParametersDescriptiondefault
vs-titleStringPopup title.
vs-activeBooleanDetermines if the popup is active (visible).
vs-cancelFunctionFunction that is executed when clicking on the close button.
vs-fullscreenBooleanDetermines if the popup has the full size of the screen.
vs-background-colorStringprimary, success, danger, warning, dark, RGB, HEXChange the color of the popup.
:vs-close-button-colorStringprimary, success, danger, warning, dark, RGB, HEXChange the color of the Button cancel popup .