# DocumentList

**Kind:** Component

**Source:** [`atloria-monorepo/packages/ui-react/src/components/DocumentList.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/components/DocumentList.tsx#L37)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `documents` | `Document[]` | ✓ | - |
| `onDocumentClick` | `Function` | - | - |
| `loading` | `boolean` | - | false |
| `emptyMessage` | `string` | - | "No documents found" |

## Diagram

```mermaid
graph TD
    component_DocumentList_6a3928c3["DocumentList"]
    class component_DocumentList_6a3928c3 rootComponent
```

## Relationships

- RENDERS → `DocumentTextIcon`
- RENDERS → `ClockIcon`
