react-flow-chart
react-flow-chart copied to clipboard
🌊 A flexible, stateless, declarative flow chart library for react.
Tooltips are useful to communicate the handling of software tools to the end-user. You can now add them to your flow chart by adding the `tooltipGlobal` object to your overall...
 In the demo, there is only y-scroll even though the size is bigger than container. I am not sure if it is an issue.
Really need the arrows on the links... and even the sample are no showing that.. some kind of regression?
Node style ``` const DefaultBox = styled.div` position: absolute; padding: 2px 2px; width:250px; background: white; color: black; border-radius: 3px; border:1px solid white; height:auto; border-color:${props => props.error?"red":"white"} -webkit-box-shadow: 0px 0px 7px...
README example doesn't include a required field
When smart routing is false, labels are sticking with respective links. but when smart routing is true, link positions are not working as expected. react-flow-chart version: 0.0.13
Hello, I have added some additional information as a small Documentation.
Hi there, I have been using this library and like to contribute
Everything works fine in Chrome. However, there is a problem with browser support for the "react-transform-element" class in the firefox browser. Div has width: 20k pixels, height: 20k pixels. But...
I am trying to use the components like Content, Message, and Sidebar to return some JSX code, but I am encountering an error saying that it cannot be used as...