From 69735a624b171dd49cff6168d17b9a235e3d029e Mon Sep 17 00:00:00 2001 From: moklick Date: Sat, 19 Sep 2020 13:42:38 +0200 Subject: [PATCH] docs(examples): add custom-connectionline --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4521011..0c373814 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ const BasicFlow = () => ; #### Connection Line Options - `connectionLineType`: connection line type = `default` (bezier), `straight`, `step`, `smoothstep` - `connectionLineStyle`: connection style as svg attributes -- `connectionLineComponent`: [custom connection line component](/example/src/CustomConnectionLin/index.js) +- `connectionLineComponent`: [custom connection line component](/example/src/CustomConnectionLine/index.js) #### Keys - `deleteKeyCode`: default: `8` (delete) @@ -654,6 +654,7 @@ You can find all examples in the [example](example) folder or check out the live - [provider](https://reactflow.dev/provider) - [hidden](https://reactflow.dev/hidden) - [edge types](https://reactflow.dev/edge-types) +- [custom connectionline](https://reactflow.dev/custom-connectionline) # Development