# BoardPicker

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `issueId` | `string` | ✓ | - |
| `issueStatus` | `string` | ✓ | - |
| `bulkIssueIds` | `string[]` | - | - |
| `open` | `boolean` | ✓ | - |
| `anchorRect` | `DOMRect | null` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onChanged` | `Function` | - | - |
| `onCreateBoard` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_BoardPicker_68dc6460["BoardPicker"]
    class component_BoardPicker_68dc6460 rootComponent
```

## Relationships

- RENDERS → `MagnifyingGlassIcon`
- RENDERS → `CheckIcon`
- RENDERS → `PlusIcon`
- RENDERS → `ViewColumnsIcon`
- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useCurrentProjectId`
- USES_HOOK → `useBoardsToast`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useCallback`
- USES_HOOK → `useEffect`
