Skip to main content

Progress

Feedback
Stable

Linear progress bar for showing task completion. Built on Radix Progress. RTL flips the fill direction automatically.

Quick Import
import { Progress } from "@cohere-ai/waypoint-ui/progress";

Live Preview

Loading Progress...

Props

NameTypeDefaultDescription
valuenumber | null-Current progress (0–100)
maxnumber100Maximum value

Examples

Basic Progress Bar

Progress bar at 60%

1
import { Progress } from '@cohere-ai/waypoint-ui/progress';
2
 
3
<Progress value={60} />

Found an Issue?

If you've encountered a bug or have feedback about the Progress component, please report it to our team. Your feedback helps us improve Waypoint.

Available for all users • Issue will be created in Linear

Was this page helpful?

Your feedback helps us improve our documentation.

Need Help?

Check out the Whitelabeling Playground to explore customization options or visit the Developer Guide for integration help.