Docs
Progress

Progress

Progress component is an essential element for displaying an indicator that visually represents the completion progress of a task. Often displayed as a progress bar, it provides users with a clear and intuitive way to track the advancement of a process or operation. The Progress component is widely used in various applications, including file uploads, form submissions, and any scenario where users need real-time feedback on the progress of an ongoing task.

Installation

yarn add @camped-ui/progress

Usage

import { Progress } from "@camped-ui/progress";
<Progress value={33} />