Spinner

A compact loading indicator with a paced rotation that keeps indeterminate work feeling active.

Checking for updates

Installation

Copy the command below and run it in your terminal.

bunx @sivir-ui/svelte add spinner

Usage

Use Spinner for work with an unknown duration. Set aria-hidden when adjacent text already describes the loading state.

import { Spinner } from '@sivir-ui/svelte/components/spinner';

<Spinner aria-hidden="true" />