# CreateBoardDialog

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `open` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onCreated` | `Function` | - | - |
| `duplicateFrom` | `unknown | null` | - | - |

## Diagram

```mermaid
graph TD
    component_CreateBoardDialog_786a7a20["CreateBoardDialog"]
    class component_CreateBoardDialog_786a7a20 rootComponent
```

## Relationships

- RENDERS → `Modal`
- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useCurrentProjectId`
- USES_HOOK → `useRouter`
- USES_HOOK → `useBoardsToast`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
