# DeleteCategoryModal

**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#L288)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `isOpen` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onConfirm` | `Function` | ✓ | - |
| `category` | `Category | null` | ✓ | - |
| `loading` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_DeleteCategoryModal_7c6ea866["DeleteCategoryModal"]
    class component_DeleteCategoryModal_7c6ea866 rootComponent
```
