# Cursor

**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#L45)

Individual user cursor component

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `user` | `UserWithPosition` | ✓ | - |
| `showLabel` | `boolean` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Cursor_1d65ea8["Cursor"]
    class component_Cursor_1d65ea8 rootComponent
```

## Referenced By

- `UserCursors` (RENDERS)
