# DocumentItem

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `document` | `SkeletonDocument` | ✓ | - |
| `isEditing` | `boolean` | ✓ | - |
| `onStartEdit` | `Function` | ✓ | - |
| `onEndEdit` | `Function` | ✓ | - |
| `onUpdate` | `Function` | ✓ | - |
| `onRemove` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DocumentItem_6fb2a1b0["DocumentItem"]
    class component_DocumentItem_6fb2a1b0 rootComponent
```

## Relationships

- RENDERS → `Reorder-Item`
- RENDERS → `GripVertical`
- RENDERS → `Trash2`
- USES_HOOK → `useState`

## Referenced By

- `CategoryItem` (RENDERS)
