Progress

Communicate determinate progress.

Examples

Installation

Install the package, then import only the components a route uses. Exports are tree-shakable.

Install
pnpm add fractalsvelte
Import
<script lang="ts">
	import { Progress } from 'fractalsvelte';
</script>

Usage

Usage
<script lang="ts">
	import { Progress } from 'fractalsvelte';
</script>

<Progress value={60} />

Props

PropTypeDefaultDescription
valuenumber0The selected value. Supports bind:.
maxnumber100Value that represents complete.