Token Counter

Token-usage card with used of total readout and a fill bar that shifts emerald to amber to rose.

Tokens4,820 / 8,192

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

Import & use
import { Ai5 } from "@/components/beste/piece/ai5";

<Ai5
  used={4820}
  total={8192}
  label="Tokens"
/>