Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-progress
import { Progress } from "@/components/ui/progress";
<Progress value={33} />