> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turbostack.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

<img src="https://mintcdn.com/ravitechsolutions/jCk1IPeJr8ul3nyO/images/components/progress.png?fit=max&auto=format&n=jCk1IPeJr8ul3nyO&q=85&s=9c3841e568f9b02d818d761acd531cfa" alt="Progress Component" width="589" height="43" data-path="images/components/progress.png" />

## Usage

```ts theme={null}
import { Progress } from '@turbostack/ui'
```

```tsx theme={null}
<Progress value={10} />
```
