0.1.3 • Published 8 years ago

responsive-component-grid v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

responsive-component-grid

Grid component for ReactJS

npm i responsive-component-grid

Usage

<ComponentGrid
  className="example"
  margin={25}
  minWidth={154}
>
  <img src="http://lorempixel.com/g/200/200?aoeu=1" />
  <img src="http://lorempixel.com/g/200/200?aoeu=2" />
  <img src="http://lorempixel.com/g/200/200?aoeu=3" />
  <img src="http://lorempixel.com/g/200/200?aoeu=4" />
  <img src="http://lorempixel.com/g/200/200?aoeu=5" />
  <img src="http://lorempixel.com/g/200/200?aoeu=6" />
  <img src="http://lorempixel.com/g/200/200?aoeu=7" />
  <img src="http://lorempixel.com/g/200/200?aoeu=8" />
  <img src="http://lorempixel.com/g/200/200?aoeu=9" />
</ComponentGrid>