Components
Animated score ring (0-100) that draws its arc and counts the number up on mount, with easing. Respects prefers-reduced-motion by showing the final value instantly. Themeable via CSS variables with sensible fallbacks.
Loading preview...
import ScoreRing from "@/components/ui/score-ring"
export default function Demo() {
return <ScoreRing />
}