From 56507104cfd672dbda5303003082e62f887c3f7c Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Fri, 12 Nov 2021 11:05:44 +0100 Subject: [PATCH] chore(readme): add community packages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3173c26..04d372d6 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ const elements = [ const BasicFlow = () => ; ``` +## Community Packages + +* [react-flow-smart-edge](https://github.com/tisoap/react-flow-smart-edge) - Custom edge that doesn't intersect with nodes +* [Feliz.ReactFlow](https://github.com/tforkmann/Feliz.ReactFlow) - Feliz React Bindings for React Flow + ## Development Before you start you need to install the React Flow dependencies via `npm install` and the ones of the examples `cd example && npm install`.