# SelectContent

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

## Props

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

## Diagram

```mermaid
graph TD
    component_SelectContent_1920d7c2["SelectContent"]
    class component_SelectContent_1920d7c2 rootComponent
```

## Relationships

- RENDERS → `RadixSelect-Portal`
- RENDERS → `RadixSelect-Content`
- RENDERS → `RadixSelect-Viewport`
- USES_HOOK → `useCellValue`

## Referenced By

- `Select` (RENDERS)
