# RealmWithPlugins

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `unknown` | ✓ | - |
| `plugins` | `RealmPlugin[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_RealmWithPlugins_6f3f6733["RealmWithPlugins"]
    class component_RealmWithPlugins_6f3f6733 rootComponent
```

## Relationships

- RENDERS → `RealmContext-Provider`
- USES_HOOK → `useMemo`
- USES_HOOK → `useEffect`
