{#- chirp-ui: Spinner component
Loading indicators with Holy Light animations.
Usage:
from "chirpui/spinner.html" import spinner, spinner_thinking
spinner() # Mote pulse animation
spinner(size="sm") # Small size
spinner(size="lg") # Large size
spinner_thinking() # Spiral rotation animation
-#}
{% def spinner(size="md", cls="") %}
✦
{% end %}
{% def spinner_thinking(size="md", cls="") %}
◜
{% end %}