2 Commits

2 changed files with 1368 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,6 +61,7 @@ interface PricingCardItemProps {
plan: PricingPlan;
shouldUseLightText: boolean;
cardClassName?: string;
titleContent?: React.ReactNode;
badgeClassName?: string;
priceClassName?: string;
subtitleClassName?: string;