# Mount an editor

**Category:** Nodes  
**Live demo:** https://xenolithengine.github.io/xenolith-graph/examples/mount/  
**Frameworks shipped:** react, vue, svelte, solid, angular

## Description

The honest minimum: register a node type, add one, frame it. Xen is the default theme — no setup.

## Source files

  - [react] shared/mount.json
  - [react] demos/MountDemo.tsx
  - [react] shared/mount.ts
  - [vue] vue/MountDemo.vue
  - [vue] shared/mount.ts
  - [svelte] vanilla/svelte-mount.ts
  - [svelte] shared/mount.ts
  - [solid] vanilla/solid-mount.ts
  - [solid] shared/mount.ts
  - [angular] angular/MountDemo.component.ts
  - [angular] shared/mount.ts

## How to use this example

Open the live demo at https://xenolithengine.github.io/xenolith-graph/examples/mount/ to interact with it in the browser. The same source files are
reproduced verbatim in the page so you can copy-paste into your own project. Every example is
self-contained — pick one, copy the files, install `@xenolithengine/graph-editor` + the relevant framework
adapter, and it runs.

## See also

- Full project docs: https://xenolithengine.github.io/xenolith-graph/llms.txt
- All examples (raw): https://xenolithengine.github.io/xenolith-graph/api/graphs.jsonl
- MCP tool catalog: https://xenolithengine.github.io/xenolith-graph/api/mcp-tools.json
- Repository: https://github.com/XenolithEngine/xenolith-graph
