responsive-component-grid
v0.1.3
Published
Grid component for ReactJS
Downloads
4
Readme
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>