Popularity
7.7
Stable
Activity
0.0
Stable
9,379
233
1,156
Programming language: HTML
License: GNU General Public License v3.0 or later
Latest version: v6.3.2
flexboxgrid alternatives and similar libraries
Based on the "Table/Grid" category.
Alternatively, view flexboxgrid alternatives based on common mentions on social networks and blogs.
-
Freewall
Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet... -
filterizr
:sparkles: Filterizr is a JavaScript library that sorts, shuffles and filters responsive galleries using CSS3 transitions :sparkles: -
Bootstrap Table
An Extension to the popular Bootstrap framework for creating tables that fit the style of your site with no need for additional markup.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of flexboxgrid or a related project?
README
Flexbox Grid
Grid based on the flex
display property.
Install
npm
npm i flexboxgrid --save
bower
bower install flexboxgrid
cdn
CDNJS
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
css
Add the flexboxgrid.css
development or flexboxgrid.min.css
production to your html page.
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">