ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.24k stars 101 forks source link

What format should i use for default? #68

Closed DEADSEC-SECURITY closed 4 years ago

DEADSEC-SECURITY commented 4 years ago

Should i load my own animation using GIF, SVG? What format should i use?

ankurk91 commented 4 years ago

This package comes with 3 different loader, those are inbuilt, no extra code required. You can play with them on demo page.

If you want to load your own loader, you can do it via slots.

You can supply your own html into slot. It can be anything, svg or GIF.

You need take care of styling by your own.