# Nav

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/layout/nav.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/layout/nav.tsx#L32)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `logoText` | `string` | - | - |
| `logoSrc` | `string` | - | - |
| `links` | `NavLink[]` | ✓ | - |
| `defaultTheme` | `ThemeMode` | - | "dark" |
| `primaryColor` | `string` | - | - |
| `ctaKey` | `string` | - | - |
| `ctaHref` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_Nav_12ab4064["Nav"]
    class component_Nav_12ab4064 rootComponent
```

## Relationships

- RENDERS → `LanguageSwitcher`
- RENDERS → `ThemeToggle`
- RENDERS → `X`
- RENDERS → `Menu`
- RENDERS → `AnimatePresence`
- RENDERS → `motion-div`
- USES_HOOK → `useTranslation`
- USES_HOOK → `useState`
