A compact plan card with a name, an optional highlight badge, a price with period, and a short list of included features.
Practice
PopularRequires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Money22 } from "@/components/beste/piece/money22";
<Money22
name="Practice"
badge="Popular"
price="$79"
period="mo"
items={[
"Unlimited members",
"Automated billing",
"Priority support"
]}
/>