On GitHub, desandro/colcade has picked up 504 stars, HTML. Lightweight masonry layout
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Masonry is great, but it has grown big as it has grown older. Colcade is designed to be small & fast. I recommend using Colcade over Masonry, but read over this feature comparison.
Same features
Masonry grid layout
Works as a jQuery plugin or with vanilla JS
Initialize in HTML
Better features
Much smaller. 1/8 the size of Masonry
Better fluid/responsive layout, using native browser positioning
One file, no dependencies, no package dist built file
// element as first argument
var grid = document.querySelector('.grid');
var colc = new Colcade( grid, {
columns: '.grid-col',
items: '.grid-item'
});
// selector string as first argument
var colc = new Colcade( '.grid', {
columns: '.grid-col',
items: '.grid-item'
});
No homepage URL was recorded for desandro/colcade in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
Is desandro/colcade open source?
TopGit's metadata for desandro/colcade does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What is desandro/colcade?
desandro/colcade (desandro/colcade) is a HTML project on GitHub. From the project's own README: Lightweight masonry layout
Where do I read more about desandro/colcade?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/desandro/colcade is the definitive source.
Read full README in the tab above.
Still deciding about colcade?
One click hands the question to an AI along with this page — see what it says about colcade.