Popularity
7.8
Stable
Activity
0.0
Stable
9,364
236
1,193
Monthly Downloads: 0
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... -
floatThead
Fixed <thead>. Doesn't need any custom css/html. Does what position:sticky can't -
Vanilla-DataTables
A lightweight, dependency-free javascript HTML table plugin -
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.
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* 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">