Gauge
Circular/semi-circular gauge with configurable zones and needle animation. Use cases: Speedometers, tachometers, pressure gauges, battery level, motor RPM, temperature indicators, tank levels.
Installation
Copy and paste the following code into your project.
npx @plexusui/cli add gauge
Manual Installation
1. Copy the component code from components/gauge.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...