# FeaturesInteractiveTabs

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/features/features-interactive-tabs.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/features/features-interactive-tabs.tsx#L35)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `tabs` | `Tab[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FeaturesInteractiveTabs_691f6854["FeaturesInteractiveTabs"]
    class component_FeaturesInteractiveTabs_691f6854 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `Icon`
- RENDERS → `motion-span`
- RENDERS → `AnimatePresence`
- USES_HOOK → `useTranslation`
- USES_HOOK → `useState`
