# EmptyState

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `type` | `EmptyStateType` | ✓ | - |
| `searchQuery` | `string` | - | - |
| `onAction` | `Function` | - | - |
| `actionLabel` | `string` | - | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_EmptyState_43e558a0["EmptyState"]
    class component_EmptyState_43e558a0 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `Icon`
- RENDERS → `motion-button`
- RENDERS → `PlusCircleIcon`
