webflow svelte components logoWFS

Spinner

A loading indicator that provides visual feedback during asynchronous operations.

Usage

<script lang="ts">
  import { Progress } from '$lib/components/progress';
 
  let value = 70;
</script>
<Progress bind:value variant="primary" />

Properties

PropTypeDefault
size
number
24

Examples

Sizes

Use the size property to change the size of the spinner.

On this page