# SelectButtonTrigger

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `any` | ✓ | - |
| `title` | `any` | ✓ | - |
| `className` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SelectButtonTrigger_193b0d51["SelectButtonTrigger"]
    class component_SelectButtonTrigger_193b0d51 rootComponent
```

## Relationships

- RENDERS → `TooltipWrap`
- RENDERS → `RadixSelect-Trigger`
- RENDERS → `RadixSelect-Icon`
- USES_HOOK → `useCellValues`
