# QueueRail

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/QueueRail.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/QueueRail.tsx#L51)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `bucket` | `BucketKey` | ✓ | - |
| `counts` | `DeskCounts | null` | ✓ | - |
| `hotBuckets` | `Set` | ✓ | - |
| `onSelect` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_QueueRail_17b0a62a["QueueRail"]
    class component_QueueRail_17b0a62a rootComponent
```

## Relationships

- RENDERS → `InboxIcon`
