# ToolbarButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `onClick` | `Function` | ✓ | - |
| `active` | `boolean` | - | - |
| `disabled` | `boolean` | - | - |
| `children` | `unknown` | ✓ | - |
| `title` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ToolbarButton_1f84a7ff["ToolbarButton"]
    class component_ToolbarButton_1f84a7ff rootComponent
```

## Referenced By

- `EditorToolbar` (RENDERS)
