示例样式Turbo FlowTurbo FlowReact Flow 的每个 UI 部分都可以定制。顾名思义,外观源于美丽的 turbo.build 网站。您可以在 主题指南 中找到有关自定义样式的更多信息。(React Flow 使用 Turborepo,我们非常喜欢它 💜)index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开上下文菜单