Skip to content

Spinner

Inline loading indicator with a status aria-label.

Usage

vue
<script setup>
import { ArchSpinner } from "@archora/ui";
</script>

<template>
  <ArchSpinner label="Loading projects" tone="accent" />
</template>

Live sandbox

Spinner can be tested directly on this page.

interactive
<Spinner />

Props

PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Size.
tone"muted" | "accent" | "primary""muted"Color tone.
labelstring"Loading"Accessible label or text.