Progress*

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

utils
Description of the SVG image Loading...

Variants

Progress with value

Description of the SVG image Loading...

Progress with value (positions)

Description of the SVG image Loading...

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-progress

Usage

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