tree
GraphTree
Nested list drawn with branch glyphs. Bold a node to highlight it — files, an org chart. Not a timeline or a table.
registry
- registry/default
- graph-frame
- graph-frame.tsxui
- graph-motion.tslib
- graph-tree
- graph-tree.tsxui
MDX
```
+------------------ [ REGISTRY ] ------------------+
| |
| registry/default |
| ├─ graph-frame |
| │ ├─ graph-frame.tsx ui |
| │ └─ graph-motion.ts lib |
| └─ graph-tree |
| └─ graph-tree.tsx** ui |
| |
+--------------------------------------------------+
```install
command
team
- platform
- apipriya
- workersjon
- edgemina
MDX
```
+------------------ [ ON CALL ] -------------------+
| |
| platform |
| ├─ api priya |
| ├─ workers** jon |
| └─ edge mina |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| nodes | TreeNode[] | — | Nested nodes. Each may have label, meta, accent, and children. Optional when children are Markdown. |
| children | Markdown | — | - registry/default - **graph-tree.tsx** — ui |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |