Progress
Progress is a Chord feedback component built from Base UI primitives and project tokens.
Progress
Uploading60%
x
import { Progress } from "@/components/public/Progress";<Progress.Root value={60}> <div className="flex items-center justify-between"> <Progress.Label>Uploading</Progress.Label> <Progress.Value /> </div> <Progress.Track> <Progress.Indicator /> </Progress.Track></Progress.Root>