# ComparisonRow

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/_shared/comparison-row.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/_shared/comparison-row.tsx#L16)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `featureKey` | `string` | ✓ | - |
| `values` | `unknown[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ComparisonRow_2fc9e457["ComparisonRow"]
    class component_ComparisonRow_2fc9e457 rootComponent
```

## Relationships

- RENDERS → `Check`
- RENDERS → `X`
- USES_HOOK → `useTranslation`
