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 fullscreen.

Background

You can change the background of the property with the property background-color or if you want to change the color of the popup you can use the property background-color-popup

API #

NameTypeParametersDescriptiondefault
titleStringPopup title.
active.syncBooleanDetermines if the popup is active (visible).
fullscreenBooleanDetermines if the popup has the full size of the screen.
background-colorStringprimary, success, danger, warning, dark, RGB, HEXChange the color of the popup content.rgba(0,0,0,.5)
background-color-popupStringprimary, success, danger, warning, dark, RGB, HEXChange the color of the popup only.rgb(255,255,255)
button-close-hiddenBooleanRemove button cancel in header.false
icon-packStringIcon Pack Class NameIcon Pack to be used. If not set, icon will default to Material Icons. ex. FA4 uses fa or fas, FA5 uses fas, far, or fal.material-icons
icon-closeStringicon nameElement icon.close