From 600bcd315edca12f50def1ede48ddf9d56139f74 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 19 May 2020 19:15:58 +0200 Subject: [PATCH] docs(readme): add classname prop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ced9125..a9c42091 100644 --- a/README.md +++ b/README.md @@ -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)