Handling responsiveness
All components must be fully responsive, to test the responsiveness of your components use the utilities mentioned below.
Using responsiveness tester panel
import Split from "react-split";
<Split className="split">
<div></div>
<div></div>
</Split>;