# UserCursors

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `users` | `UserWithPosition[]` | ✓ | - |
| `showLabels` | `boolean` | - | true |
| `containerRef` | `unknown` | - | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_UserCursors_31adce80["UserCursors"]
    class component_UserCursors_31adce80 rootComponent
```

## Relationships

- RENDERS → `Cursor`
- USES_HOOK → `useMemo`
