epicmaxco / epic-spinners

Easy to use css spinners collection with Vue.js integration
https://epic-spinners.epicmax.co
3.84k stars 357 forks source link

FulfillingBouncingCircleSpinner - Bootstrap shadow-lg #22

Closed Kyriakos-Michael closed 5 years ago

Kyriakos-Michael commented 5 years ago

FulfillingBouncingCircleSpinner - Bootstrap shadow-lg

When adding on the Class shadow-lg from Bootstrap, the square background is showing. NOTE: The background panel of the spinner to be a blue like color so you can see it.

Let me know for help to reproduce.

KyriakosMichael.

Example:


<FulfillingBouncingCircleSpinner
 slot="board-item-slot"
 class="offset-6 shadow-lg" 
      :size="50"
      color="grey"
     v-if="isLoading"
 />
asvae commented 5 years ago

Tried on a couple of spinners. That seems to be a correct behavior to me.

image