docs(examples): add custom-connectionline
This commit is contained in:
@@ -123,7 +123,7 @@ const BasicFlow = () => <ReactFlow elements={elements} />;
|
|||||||
#### Connection Line Options
|
#### Connection Line Options
|
||||||
- `connectionLineType`: connection line type = `default` (bezier), `straight`, `step`, `smoothstep`
|
- `connectionLineType`: connection line type = `default` (bezier), `straight`, `step`, `smoothstep`
|
||||||
- `connectionLineStyle`: connection style as svg attributes
|
- `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
|
#### Keys
|
||||||
- `deleteKeyCode`: default: `8` (delete)
|
- `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)
|
- [provider](https://reactflow.dev/provider)
|
||||||
- [hidden](https://reactflow.dev/hidden)
|
- [hidden](https://reactflow.dev/hidden)
|
||||||
- [edge types](https://reactflow.dev/edge-types)
|
- [edge types](https://reactflow.dev/edge-types)
|
||||||
|
- [custom connectionline](https://reactflow.dev/custom-connectionline)
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user