Spinner

Example

<svg viewBox="25 25 50 50" fill="none" class="animate-spinner-rotate h-10 w-10">
  <circle
    cx="50"
    cy="50"
    r="20"
    stroke="currentColor"
    stroke-width="4"
    stroke-miterlimit="10"
    stroke-linecap="round"
    class="animate-spinner-dash"
  />
</svg>
Litewind-alpine 0.1.0