Skip to content

Progress

Terminal window
npx skeci-ui add progress
import { Progress } from '@/components/ui/progress';
<Progress progress={50} label="Processing..." />
PropTypeDefaultDescription
progressnumber(required)The completion value between 0 and 100.
labelstringText to display above the progress bar.
heightnumber14The thickness of the progress bar.