# PricingTierCard

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/shared/pricing-tier-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/shared/pricing-tier-card.tsx#L30)

## 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

```mermaid
graph TD
    component_PricingTierCard_74505afb["PricingTierCard"]
    class component_PricingTierCard_74505afb rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `Check`
- USES_HOOK → `useTranslation`
