ExamplesNodesRotatable NodeRotatable NodeThis example shows how to implement a custom node that can be rotated using CSS transforms.index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } Read-onlyOpen in StackblitzOpen in CodesandboxFeature OverviewDark Mode