# CompletionSummary

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `result` | `JobResult` | ✓ | - |
| `projectSlug` | `string` | - | - |
| `projectId` | `string` | - | - |
| `onGenerateAgain` | `Function` | - | - |
| `onViewDocs` | `Function` | - | - |
| `screenshotProgress` | `unknown | null` | - | - |
| `onCancelScreenshots` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_CompletionSummary_7657cbf4["CompletionSummary"]
    class component_CompletionSummary_7657cbf4 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `CheckCircle2`
- RENDERS → `Icon`
- RENDERS → `Globe`
- RENDERS → `Camera`
- RENDERS → `Button`
- RENDERS → `ExternalLink`
- RENDERS → `Check`
- RENDERS → `Copy`
- RENDERS → `RefreshCw`
- USES_HOOK → `useState`
