# ComparisonFeatureTable

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/sections/comparison/comparison-feature-table.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/sections/comparison/comparison-feature-table.tsx#L21)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `columns` | `unknown[]` | ✓ | - |
| `features` | `unknown[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ComparisonFeatureTable_1c03ffe1["ComparisonFeatureTable"]
    class component_ComparisonFeatureTable_1c03ffe1 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `ComparisonRow`
- USES_HOOK → `useTranslation`
