Progress
Install
Section titled “Install”npx stylesheet-ui add progressimport { Progress } from "@/components/ui/progress";
<Progress value={42} /><Progress value={80} height={4} /><Progress indeterminate />npx stylesheet-ui add progressimport { Progress } from "@/components/ui/progress";
<Progress value={42} /><Progress value={80} height={4} /><Progress indeterminate />