Kind: Component
Source: atloria-monorepo/libs/site-gen-core/src/component-library/_shared/pricing-tier-card.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
nameKey | string | ✓ | - |
priceKey | string | ✓ | - |
intervalKey | string | - | - |
descriptionKey | string | - | - |
features | PricingFeature[] | ✓ | - |
ctaKey | string | ✓ | - |
ctaUrl | string | ✓ | - |
highlighted | boolean | - | false |
badgeKey | string | - | - |
Diagram
mermaidgraph TD component_PricingTierCard_32721740["PricingTierCard"] class component_PricingTierCard_32721740 rootComponent
Relationships
- RENDERS →
motion-div - RENDERS →
Check - USES_HOOK →
useTranslation
Was this page helpful?