# CategoryNode

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `category` | `unknown` | ✓ | - |
| `selectedCategoryId` | `string | null` | - | - |
| `onSelect` | `Function` | ✓ | - |
| `onEdit` | `Function` | - | - |
| `onDelete` | `Function` | - | - |
| `editMode` | `boolean` | - | false |

## Diagram

```mermaid
graph TD
    component_CategoryNode_70f0830f["CategoryNode"]
    class component_CategoryNode_70f0830f rootComponent
```

## Relationships

- RENDERS → `GripVertical`
- RENDERS → `CategoryIcon`
- RENDERS → `FolderIcon`
- RENDERS → `PencilIcon`
- RENDERS → `TrashIcon`
- USES_HOOK → `useSortable`

## Referenced By

- `CategoryTreeSidebar` (RENDERS)
