Kind: Component
Source: atloria-monorepo/templates/site-bootstrap/src/components/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_74505afb["PricingTierCard"] class component_PricingTierCard_74505afb rootComponent
Relationships
- RENDERS →
motion-div - RENDERS →
Check - USES_HOOK →
useTranslation
Was this page helpful?