Spinner
A loading indicator for short waits and background work.
The Spinner Component
Basic Usage
Code Snippet
<script lang="ts"> import { Spinner } from '$lib/components'; </script> <Spinner ariaLabel="Loading" />Examples
Roles
Match the spinner tone to the surrounding action or surface.
