Castle logo

CASTLE UI

Search

K

Usage

The Gauge component is used to visually represent a value within a specified range, divided into colored segments. It’s useful for displaying metrics, progress, or indicators where visual representation of value relative to maximum is important.

Import

import { Gauge } from '@passfort/castle'

Copy

Example

Provide data segments and a value to render the gauge.

Copy

live example

Contents