Usage Ring

Monthly quota meter with a tone-colored SVG donut arc, percentage in the middle, used/total request count, and reset countdown.

42%
Monthly requests4,200 / 10,000resets in 12d

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai10 } from "@/components/beste/piece/ai10";

<Ai10
  label="Monthly requests"
  used={4200}
  quota={10000}
  resetsIn="resets in 12d"
  tone="violet"
/>