logo-icon
STW UI

Progress

Progress bar can be used to show the progress of a task or to show the passing of time.

Usage

svelte
import { Progress } from 'stwui';
// OR
import Progress from 'stwui/progress'; // for tree shaking

Basic



75%


Radial and Size






25%
85%

Progress with Type





75%
75%
75%
75%

Progress Props

value number 0
type 'info' | 'warn' | 'error' | 'success' info
radial boolean false
size 'xs' | 'sm' | 'md' | 'lg' | 'xl' md
displayValue boolean false
indeterminate (only for linear progress) boolean false

Progress Class Identifiers

stwui-progress
stwui-progress-radial