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

Function MeterValue

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

Source from the content-addressed store, hash-verified

55}
56
57function MeterValue({ className, ...props }: MeterPrimitive.Value.Props) {
58 return (
59 <MeterPrimitive.Value
60 className={cn("text-sm tabular-nums", className)}
61 data-slot="meter-value"
62 {...props}
63 />
64 );
65}
66
67export { Meter, MeterLabel, MeterTrack, MeterIndicator, MeterValue };

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected