Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Installation
npx nativecn add Progress
Usage
import { Progress } from "@/components/Progress"
<Progress value={13} />
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
npx nativecn add Progress
import { Progress } from "@/components/Progress"
<Progress value={13} />