ObjectUIObjectUI
ComponentsFeedback

Progress

Progress bar to show completion status

Examples

Progress Bar

Different Values

Schema

interface ProgressSchema {
  type: 'progress';
  value: number;           // 0-100
  className?: string;
}

On this page