Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt

Use this file to discover all available pages before exploring further.

Progress

Displays an indicator showing the completion progress of a task.

Import

import * as Progress from '@base-ui/react/progress';

Progress.Root

Groups all parts of the progress bar and provides the task completion status to screen readers.

Props

State

  • status: ‘indeterminate’ | ‘progressing’ | ‘complete’ - The current status of the progress

Progress.Track

The track that contains the progress indicator.

Progress.Indicator

The filled portion of the track that represents the progress.

Build docs developers (and LLMs) love