"use client"
import { ProgressCircle } from "@/components/ui/progress-circle"
export default function ProgressCircleIndeterminateDemo() {
return <ProgressCircle aria-label="Loading…" isIndeterminate />
}
npx shadcn@latest add @intentui/progress-circle-indeterminate-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.