Saeris / vue-spinners

💫 A collection of loading spinner components for Vuejs
https://vue-spinners.saeris.io/
MIT License
317 stars 16 forks source link

Fullscreen Overlay #86

Open mikeerickson opened 3 years ago

mikeerickson commented 3 years ago

Hey there, loving this component

Is there an "easy" way to get a fullscreen overlay? I am currently using a loader from elementUI which provides a fullscreen option (see code below). Is this something available? I could not find anything in the docs.

<div v-loading.fullscreen.lock="isLoading" element-loading-background="rgba(0, 0, 0, 0.1)">
 ...app code here
</div>