Member status card with a tone-filled crown tile, current tier and point balance, and a tone progress bar counting down to the next tier.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Commerce17 } from "@/components/beste/piece/commerce17";
<Commerce17
tier="Gold"
nextTier="Platinum"
points={2140}
nextThreshold={2750}
tone="primary"
/>