add className prop to ReactFlow container component closes #238

This commit is contained in:
Christopher Möller
2020-05-19 18:06:00 +02:00
parent c71b4cc551
commit cebab6731b
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ const BasicFlow = () => {
onNodeDragStop={onNodeDragStop}
style={{ width: '100%', height: '100%' }}
backgroundType="lines"
className="react-flow-basic-example"
>
<button
onClick={updatePos}