# ButtonOrDropdownButton

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/toolbar/primitives/toolbar.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/toolbar/primitives/toolbar.tsx#L185)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `unknown` | ✓ | - |
| `title` | `string` | ✓ | - |
| `onChoose` | `Function` | ✓ | - |
| `items` | `unknown[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ButtonOrDropdownButton_88ad2ca["ButtonOrDropdownButton"]
    class component_ButtonOrDropdownButton_88ad2ca rootComponent
```

## Relationships

- RENDERS → `ButtonWithTooltip`
- RENDERS → `RadixSelect-Root`
- RENDERS → `SelectButtonTrigger`
- RENDERS → `SelectContent`
- RENDERS → `SelectItem`
- USES_HOOK → `useCellValue`
