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

# EquaProgress

> Design system reference for EquaProgress, including Storybook, Figma, screenshots, and usage guidance

# EquaProgress

> **Last Verified:** 2026-05-20 | **Storybook source:** `equa-patternlib-nextjs/stories/EquaProgress.stories.tsx`, Line: 6

## Purpose

Progress bars, circular progress, and loading indicators.

## Storybook

| Story          | Reference                                                                     |
| -------------- | ----------------------------------------------------------------------------- |
| Default        | [Storybook](http://localhost:6006/?path=/story/equa-progress--default)        |
| With Label     | [Storybook](http://localhost:6006/?path=/story/equa-progress--with-label)     |
| Animated       | [Storybook](http://localhost:6006/?path=/story/equa-progress--animated)       |
| Sizes          | [Storybook](http://localhost:6006/?path=/story/equa-progress--sizes)          |
| Variants       | [Storybook](http://localhost:6006/?path=/story/equa-progress--variants)       |
| Animated Demo  | [Storybook](http://localhost:6006/?path=/story/equa-progress--animated-demo)  |
| Spinners       | [Storybook](http://localhost:6006/?path=/story/equa-progress--spinners)       |
| Spinner Colors | [Storybook](http://localhost:6006/?path=/story/equa-progress--spinner-colors) |
| Loading Button | [Storybook](http://localhost:6006/?path=/story/equa-progress--loading-button) |
| All Variants   | [Storybook](http://localhost:6006/?path=/story/equa-progress--all-variants)   |

## API And Props

| Prop or Control | Source            | Notes                                |
| --------------- | ----------------- | ------------------------------------ |
| `value`         | Storybook control | See source story for accepted values |
| `variant`       | Storybook control | See source story for accepted values |

Sources:

* `equa-patternlib-nextjs/src/components/progress/progress.tsx`, Line: 8
* `equa-patternlib-nextjs/src/components/progress/index.ts`
* `equa-patternlib-nextjs/stories/EquaProgress.stories.tsx`, Line: 6

## Figma

UNVERIFIED -- requires Figma node assignment

## Screenshots

| State           | Asset                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Equa dark theme | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-progress/equa-progress--all-variants-equa.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=0e84b3e0fbf35dba0890f81704fcfc32" alt="EquaProgress dark theme" width="1200" height="760" data-path="images/design-system/components/equa-progress/equa-progress--all-variants-equa.png" />          |
| Light theme     | <img src="https://mintcdn.com/equainc/WF4vvyO1PBrsp7n_/images/design-system/components/equa-progress/equa-progress--all-variants-light.png?fit=max&auto=format&n=WF4vvyO1PBrsp7n_&q=85&s=54af3acbaf78599439d7fe4bf8165bc5" alt="EquaProgress light theme" width="1200" height="760" data-path="images/design-system/components/equa-progress/equa-progress--all-variants-light.png" /> |

## Usage Notes

* Prefer this component over local one-off UI for matching product states.
* Keep new variants represented in Storybook before adding docs references here.
* Use token-backed colors, spacing, radius, and shadows from [Foundations](/architecture/design-system/foundations).

## Accessibility Notes

* Preserve keyboard and focus behavior from the source component.
* Any icon-only controls must provide an accessible label in consuming product code.
* Validate color contrast in both Equa dark and light theme screenshots before release.
