docs(readme): add classname prop

This commit is contained in:
Moritz
2020-05-19 19:15:58 +02:00
committed by GitHub
parent 1c1e48d36e
commit 600bcd315e

View File

@@ -74,6 +74,7 @@ const BasicFlow = () => (
- `nodeTypes`: object with [node types](#node-types--custom-nodes)
- `edgeTypes`: object with [edge types](#edge-types--custom-edges)
- `style`: css style passed to the wrapper
- `className`: additional class name
- `connectionLineType`: connection line type = `straight` or `bezier`
- `connectionLineStyle`: connection style as svg attributes
- `deleteKeyCode`: default: `8` (delete)