# OverflowIndicator

**Kind:** Component

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

Overflow indicator showing additional users count

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `count` | `number` | ✓ | - |
| `users` | `CollaborationUser[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_OverflowIndicator_2dc14045["OverflowIndicator"]
    class component_OverflowIndicator_2dc14045 rootComponent
```

## Relationships

- USES_HOOK → `useState`

## Referenced By

- `CollaborationStatusBar` (RENDERS)
