Meter
A scalar measurement within a known range — disk usage, battery, a quota. It exposes its value and bounds via aria-valuenow/min/max and a human-readable aria-valuetext. Unlike a progress bar it is not task progress, and unlike a slider it is not interactive — it only reports a value.
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/meter.jsonConformance
This component conforms to the @publictheta/ui-spec meter specification. Run the suite against any implementation with pnpm conformance.