範例樣式基本樣式基本樣式React Flow 帶有預設樣式和基本樣式。此範例顯示基本樣式的外觀。基本樣式是每個流程運作的必要條件。您可以在主題設定指南中找到更多資訊。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟內容選單