ebox-playground/README.zh-CN.md
Kinneyzhang f8a6d6d40f feat(playground): add Ebox layout examples
Provide a standalone public-API-only Ebox playground demonstrating Grid layout and buffer lifecycle with tests and bilingual README documentation.
2026-08-05 06:59:23 +08:00

11 lines
401 B
Markdown

# ebox-playground
`ebox-playground` 是 Ebox 的独立开发示例包,只使用 Ebox 公共构造函数,展示固定轨道、分数轨道、二维 Grid 和显式放置。它与展示高层 Component/Runtime 框架的 `etaf-playground` 分开。
```elisp
(require 'ebox-playground)
(ebox-playground-open)
```
在该目录运行 `make check EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs`