All Projects → darlanmendonca → masonry-css

darlanmendonca / masonry-css

Licence: other
Create mosaic grid, like masonry, with css only

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to masonry-css

Masonry Layout
An efficient and fast web component that gives you a beautiful masonry layout
Stars: ✭ 43 (+152.94%)
Mutual labels:  grid, layout, masonry
Egjs Infinitegrid
A module used to arrange card elements including content infinitely on a grid layout.
Stars: ✭ 751 (+4317.65%)
Mutual labels:  grid, layout, masonry
Shuffle
Categorize, sort, and filter a responsive grid of items
Stars: ✭ 2,170 (+12664.71%)
Mutual labels:  grid, layout, masonry
egjs-grid
A component that can arrange items according to the type of grids
Stars: ✭ 188 (+1005.88%)
Mutual labels:  grid, layout, masonry
Grid
This package has moved and renamed
Stars: ✭ 2,079 (+12129.41%)
Mutual labels:  grid, layout
Muuri React
The layout engine for React
Stars: ✭ 163 (+858.82%)
Mutual labels:  grid, layout
Iota
A responsive micro-framework for the grid spec powered by CSS custom properties.
Stars: ✭ 189 (+1011.76%)
Mutual labels:  grid, layout
Magic Grid
A simple, lightweight Javascript library for dynamic grid layouts.
Stars: ✭ 2,827 (+16529.41%)
Mutual labels:  grid, layout
Greedo Layout For Android
Full aspect ratio grid LayoutManager for Android's RecyclerView
Stars: ✭ 1,588 (+9241.18%)
Mutual labels:  grid, layout
Styled Bootstrap Components
The bootstrap components made with styled-components 💅
Stars: ✭ 196 (+1052.94%)
Mutual labels:  grid, layout
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (+58.82%)
Mutual labels:  grid, layout
Vue Magic Grid
🧙‍♂️🔌 Responsive Magic Grid for Vue
Stars: ✭ 162 (+852.94%)
Mutual labels:  grid, masonry
Niui
Lightweight, feature-rich, accessible front-end library
Stars: ✭ 152 (+794.12%)
Mutual labels:  grid, masonry
Popo
PoPo is the grid layout tool, the best choice for runtime layout.
Stars: ✭ 130 (+664.71%)
Mutual labels:  grid, layout
griding
🧱 lean grid & responsive for react
Stars: ✭ 18 (+5.88%)
Mutual labels:  grid, layout
Leerraum.js
A PDF typesetting library with exact positioning and hyphenated line breaking
Stars: ✭ 233 (+1270.59%)
Mutual labels:  grid, layout
examples
speedata Publisher examples
Stars: ✭ 25 (+47.06%)
Mutual labels:  grid, layout
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (+47.06%)
Mutual labels:  grid, layout
Stack Up.js
Create fixed width, variable height grid layouts.
Stars: ✭ 117 (+588.24%)
Mutual labels:  grid, layout
The Grid
Grid layout custom element with drag and drop capabilities
Stars: ✭ 122 (+617.65%)
Mutual labels:  grid, layout

masonry-css

Responseive Masonry style grid, like masonry plugins, but with css only!

See demo - Illustrations by Ken Wong

Demo

Install

Install using npm or bower.

npm install --save masonry-css
bower install --save masonry-css

Refer to css with dist/masonry.css, or src/masonry.scss'. I.e.

<link rel="stylesheet" src="bower_components/dist/masonry.css" />

In your .html use class .masonry as container, and inside of that, each image need has the class .masonry-item, example:

<div class="masonry">
  <img class="masonry-item" src="..." />
  <img class="masonry-item" src="..." />
  <img class="masonry-item" src="..." />
  <img class="masonry-item" src="..." />
</div>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].