mirror of
https://github.com/NetEase/tango.git
synced 2026-09-19 02:17:51 +08:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
# Sandbox 沙箱
|
|
|
|
设计器的运行时沙箱,用来执行代码,渲染页面。
|
|
|
|
import TypesTable from '@site/src/components/TypesTable';
|
|
|
|
默认沙箱是一个基于 CodeSandbox 的沙箱实例,可以直接在浏览器端执行代码。
|
|
|
|
<TypesTable name="SandboxProps" />
|