Spinner
An accessible loading indicator.Examples
Installation
Install the package, then import only the components a route uses. Exports are tree-shakable.
Install
pnpm add fractalsvelteImport
<script lang="ts">
import { Spinner } from 'fractalsvelte';
</script>Usage
Usage
<script lang="ts">
import { Spinner } from 'fractalsvelte';
</script>
<Spinner />Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'sm' | 'md' | 'lg' | 'md' | The spinner size. |
