Minimal 2kb zero dependency cascading grid layout without pain. Demo There's a simple example on jsbin. Usage It works on a grid container with a group of grid items. Then: var grid = new Minigrid({ container: '.cards', item: '.card', gutter: 6 }); grid.mount(); Installation Get it from npm. npm install minigrid Or 1998 script tag from npmcdn: Upgrade Upgrading from v1.x or v2.x? Please read the f