SubscriptionPlanCard

A pricing card that displays the price, features and limits.

Preview

subscription plan card

Import

page.tsx
import { SubscriptionPlanCard } from "@/components/SubscriptionPlanCard";

Tips

  • If you have different limits per plan, list them here.
  • If you charge for overages, display the usage-based price where it is relevant within the card.

On this page