Display

Progress

Linear progress bar with animated fill.

Available inreactangular

Preview

Live previewreal component
Indexing repository files20%

Install

TerminalBash
npx mcp-elements add progress

Usage

progress-example.tsxTSX
import { Progress } from '@mcp-elements/react'

export function Example() {
  return (
    <Progress value={64} max={100} className="w-full" />
  )
}

Props

PropTypeDefaultDescription
valuenumber0Current progress value
maxnumber100Maximum value representing 100% complete
classNamestringAdditional classes for the progress track