Meter

A graphical display of a numeric value within a range.

API Reference

Installation

pnpm dlx cnippet@latest add meter

Usage

import { Meter, MeterLabel, MeterValue } from "@/components/ui/meter"
<Meter value={40}>
  <MeterLabel>Progress</MeterLabel>
  <MeterValue />
</Meter>