1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Multi-Component
Shows how to structure multi-file applications with shared `State[T]` passed between parent and child components, and the mount system that caches children across renders.
## Screenshot

## Run
```bash
go run .
```
## Guide
For a detailed walkthrough, see the [Multi-Component guide](https://go-tui.dev/guide/multi-component).
|