# JsxEditorContainer

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `parentEditor` | `LexicalEditor` | ✓ | - |
| `lexicalJsxNode` | `LexicalJsxNode` | ✓ | - |
| `mdastNode` | `MdastJsx` | ✓ | - |
| `config` | `EditorConfig` | ✓ | - |
| `focusEmitter` | `VoidEmitter` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_JsxEditorContainer_7000f178["JsxEditorContainer"]
    class component_JsxEditorContainer_7000f178 rootComponent
```

## Relationships

- RENDERS → `NestedEditorsContext-Provider`
- RENDERS → `Editor`
- USES_HOOK → `useCellValue`
