Photonix

Progress

A linear indicator for task progress.

Preview

Loading...

60%

Usage
import { Progress } from '@photonix/ultimate';

<Progress value={60} />

Component API

Progress

Prop
Type
Default
Description
size
"small" | "medium"
'medium'
Size of the progress bar - small: 4px height - medium: 8px height (default)
value
number
-
Current value (0-100) If not provided, shows indeterminate loading animation

Variants

Sizes

Small and medium heights.

Small

Medium

Sizes
<Progress size="small" value={75} />
<Progress size="medium" value={50} />

Indeterminate

Use when progress is unknown.

Indeterminate
<Progress />

On this page

Preview
Component API
Variants
Sizes
Indeterminate
Photonix UI - React Components, Templates & Figma Design System