Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

bronter/responsive-component-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

This repository is no longer maintained and will be archived; CSS has much better ways to do this nowadays

About

Grid component for ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published