Skip to content

Gauge

A vessel of glass holding liquid light. The fill rises on a transform and carries a bright meniscus where it meets the surface.

Install

$ pnpm dlx shadcn@latest add https://vitrumui.vercel.app/r/gauge.json

Examples

Default

64%Reservoir

API

<Gauge />

PropTypeDefaultDescription
valuenumberCurrent reading.
minnumber0Lower bound.
maxnumber100Upper bound.
labelstringAccessible name (required).
format(value, pct) => ReactNodepercentageCustom readout.