Progress

The iconic striped blue barber-pole progress bar.

installnpx shadcn@latest add @aqua/progress

Usage

import { Progress } from "@/components/ui/progress"

<Progress value={62} />

The stripes march to the right while work is in progress, and stand still under prefers-reduced-motion.