A circular visual for conveying a percentage.
import { Gauge } from "@/components/ui/gauge-1"; export default function CustomSecondaryColorDemo() { return <Gauge value={50} colors={{ primary: "#006efe", secondary: "#002f62" }} />; }
Part of Geist — browse the full library on 21st.dev.