Command Palette

Search for a command to run...

Gauge

A visual component for conveying a percentage.

Usage

import { Gauge } from "@smartacteam/ambient-web/gauge";
<Gauge.Root>
  <Gauge.Caption>Sample Gauge</Gauge.Caption>
  <Gauge.Indicator value={data} />
</Gauge.Root>

Examples

Indicator Types

Custom formatter

Custom Indicator Styles