ajory

1.0.12 • Public • Published

Ajory

React.js masonry grid component

  • masonry grid
  • pintrest grid
  • float masonry
  • responsive masonry
  • simple and usefull
  • responsive by element resize

Note : colWidth and colGap most be only number

<Ajory colWidth={300} colGap={10} containerStyle = {{   }} >
    {
      yourArray.map((item, index) => <YourComponent />)
    }
 </Ajory>

source code : https://github.com/moosavii/Ajory

Package Sidebar

Install

npm i ajory

Weekly Downloads

2

Version

1.0.12

License

MIT

Unpacked Size

2.96 kB

Total Files

3

Last publish

Collaborators

  • moosavii