範例節點可旋轉節點可旋轉節點此範例展示如何實作一個可使用 CSS 轉換旋轉的自訂節點。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟功能總覽黑暗模式