# CategoryModal

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `isOpen` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onSuccess` | `Function` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `category` | `Category | null` | - | - |
| `parentId` | `string | null` | - | - |
| `mode` | `unknown | unknown` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CategoryModal_1150262f["CategoryModal"]
    class component_CategoryModal_1150262f rootComponent
```

## Relationships

- RENDERS → `XMarkIcon`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
