Plan Price Card

A compact plan card with a name, an optional highlight badge, a price with period, and a short list of included features.

Practice

Popular
$79/mo
Unlimited members
Automated billing
Priority support

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

Import & use
import { Money22 } from "@/components/beste/piece/money22";

<Money22
  name="Practice"
  badge="Popular"
  price="$79"
  period="mo"
  items={[
    "Unlimited members",
    "Automated billing",
    "Priority support"
  ]}
/>