Skip to content

Progress

An indicator used to visually represent the completion of a task or operation in percentage.

When to Use

  • When an operation will interrupt the current interface, or requires a relatively long waiting time for the user.

Usage

ts
  import { Progress } from '@youcan/alto';
vue
  <Progress />

API Reference

Examples

Progress Bar