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