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

Function MeterTrack

frontend/src/components/ui/meter.tsx:34–42  ·  view source on GitHub ↗
({ className, ...props }: MeterPrimitive.Track.Props)

Source from the content-addressed store, hash-verified

32}
33
34function MeterTrack({ className, ...props }: MeterPrimitive.Track.Props) {
35 return (
36 <MeterPrimitive.Track
37 className={cn("block h-2 w-full overflow-hidden bg-input", className)}
38 data-slot="meter-track"
39 {...props}
40 />
41 );
42}
43
44function MeterIndicator({
45 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected