Tailwind CSS Spinner - Taco Vue

The Spinner Indicates the loading state of a component. Having a good-looking spinner can have a positive impact on your users' website experience. Below we are presenting an example of the Spinner component that you can use in your project based on Taco.

<Spinner 
  :show="true"
  :variant="filled"
  :color="blue"
  :size="lg"
  :align="center"
  :full-width="true"
/>