# Select

**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#L89)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `value` | `T` | ✓ | - |
| `onChange` | `Function` | ✓ | - |
| `triggerTitle` | `string` | ✓ | - |
| `placeholder` | `string` | ✓ | - |
| `disabled` | `boolean` | - | - |
| `items` | `unknown[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_Select_1a72f749["Select"]
    class component_Select_1a72f749 rootComponent
```

## Relationships

- RENDERS → `RadixSelect-Root`
- RENDERS → `SelectTrigger`
- RENDERS → `SelectContent`
- RENDERS → `RadixSelect-Separator`
- RENDERS → `SelectItem`
