Getting Started
Foundations
Integrations
Components
#Installation
npx @dinachi/cli@latest add meter#Usage
tsx
import { Meter, MeterTrack, MeterIndicator, MeterLabel, MeterValue } from "@/components/ui/meter"#Examples
#API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | — | The current measured value. |
| min | number | 0 | The minimum value of the measurement range. |
| max | number | 100 | The maximum value of the measurement range. |
| MeterValue.children | React.ReactNode | — | Optional custom rendered textual value. |