handling-responsiveness
Responsiveness

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>;

External references

Split.js (opens in a new tab)