Plugin Components
React Flow comes with several additional plugin components. In this guide we show you how to use them. We are using our previous example code here.
MiniMap​
If your flow gets bigger, you might want to get an overview quickly. For this we are exporting the MiniMap
component. You can easily add it to your flow by adding it as a children:
Controls​
React Flow comes with a customizable controls bar, that you can use by importing the Controls
component
Background​
If you want to display the pattern background, you can use the Background
component