A React component to create a grid of equally scaled boxes packed efficiently into a container, as seen in video conferencing apps like Zoom.
npm install react-packed-grid> A React component to create a grid of equally scaled boxes packed efficiently into a container, as seen in video conferencing apps like Zoom.
 
https://mxmul.github.io/react-packed-grid/
``bash`
npm install --save react-packed-grid
`tsx
import React from 'react'
import { PackedGrid } from 'react-packed-grid'
function Example {
return (
Box 1
Box 2
Box 3
);
}
``
MIT © mxmul