# Install
yarn add grid-flow-chart-react
1
import { GridFlowChart } from "grid-flow-chart-react";
import "grid-flow-chart-react/dist/index.css";
1
2
2
please make sure you have imported the grid-flow-chart-react/dist/index.css file.
yarn add grid-flow-chart-react
import { GridFlowChart } from "grid-flow-chart-react";
import "grid-flow-chart-react/dist/index.css";
please make sure you have imported the grid-flow-chart-react/dist/index.css file.