# ShareRow

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `count` | `number` | ✓ | - |
| `total` | `number` | ✓ | - |
| `color` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ShareRow_3a0e0e0b["ShareRow"]
    class component_ShareRow_3a0e0e0b rootComponent
```

## Referenced By

- `AgentTrafficCockpit` (RENDERS)
