# CommandPalette

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Viewer/CommandPalette.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Viewer/CommandPalette.tsx#L40)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `navMap` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CommandPalette_320cc491["CommandPalette"]
    class component_CommandPalette_320cc491 rootComponent
```

## Relationships

- USES_HOOK → `useRouter`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useMemo`
- USES_HOOK → `useCallback`
- USES_HOOK → `useEffect`
