MCPcopy Create free account
hub / github.com/bytebase/dbhub / ProgressTrack

Function ProgressTrack

frontend/src/components/ui/progress.tsx:39–50  ·  view source on GitHub ↗
({ className, ...props }: ProgressPrimitive.Track.Props)

Source from the content-addressed store, hash-verified

37}
38
39function ProgressTrack({ className, ...props }: ProgressPrimitive.Track.Props) {
40 return (
41 <ProgressPrimitive.Track
42 className={cn(
43 "block h-1.5 w-full overflow-hidden rounded-full bg-input",
44 className,
45 )}
46 data-slot="progress-track"
47 {...props}
48 />
49 );
50}
51
52function ProgressIndicator({
53 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected