This project was perfect scroll container components
npm install drag-divisionsh
npm i drag-division
`Usage
`tsx
import { DragDivision } from "drag-division";
function App() {
return (
topNode={123}
bottomNode={456}
topMinHeight={"20%"}
bottomMinHeight={"30%"}
topHeight="30%"
// divisionDirection="horizontal"
// leftNode={123}
// rightNode={456}
// leftWidth="30%"
// leftMinWidth={"20%"}
// rightMinWidth={"30%"}
/>
);
}
``