1. components
  2. progress
  3. svelte

Progress

An indicator showing the progress or completion of a task.

Colors

Set the color using the meterBg prop.

Height

Set the height using the height prop.

Indeterminate

When no value is present, or the value is undefined, an indeterminate animation will be shown.

Custom Animations

A custom indeterminate animation can be set by providing an animation class to the meterAnimate prop.


Native Alternative

A native progress element is available cross browser, but does not support indeterminate animations.