Tailwind CSS Spinner - Taco Svelte

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="amber"
  size="lg"
  align="center"
  fullWidth="true"
/>