# SettingsShell

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/settings/SettingsShell.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/settings/SettingsShell.tsx#L21)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `header` | `ReactNode` | - | - |
| `children` | `ReactNode` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SettingsShell_431bdb07["SettingsShell"]
    class component_SettingsShell_431bdb07 rootComponent
```

## Relationships

- RENDERS → `Search`
- RENDERS → `X`
- RENDERS → `SettingsNav`
- RENDERS → `SettingsShellContext-Provider`
- USES_HOOK → `useState`
- USES_HOOK → `useMemo`
