Monthly quota meter with a tone-colored SVG donut arc, percentage in the middle, used/total request count, and reset countdown.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai10 } from "@/components/beste/piece/ai10";
<Ai10
label="Monthly requests"
used={4200}
quota={10000}
resetsIn="resets in 12d"
tone="violet"
/>