vue-spinner-component
vue-spinner-component copied to clipboard
title
trafficstars
in the first, my eglish is poor.
can't show title under the icon?
need to do that
@ranwawa
Just do something like this and style it accordingly with CSS:
<div class="spinner" v-show="loading">
<spinner
:status="loading"
:color="spinner.color"
:size="spinner.size"
:depth="spinner.depth"
:rotation="spinner.rotation"
:speed="spinner.speed">
</spinner>
<div class="spinner-title">
Title here
</div>
</div>