# Ajory
<h3>React.js masonry grid component</h3>
<ul>
    <li>masonry grid </li>
    <li>pintrest grid</li>
    <li>float masonry</li>
    <li>responsive masonry</li>
    <li>simple and usefull</li>
    <li>responsive by element resize</li>
</ul>
<h3>Note : colWidth and colGap most be only number</h3>



  
    <Ajory colWidth={300} colGap={10} containerStyle = {{   }} >
        {
          yourArray.map((item, index) => <YourComponent />)
        }
     </Ajory>
 
<h3>source code :
	<a href ="https://github.com/moosavii/Ajory">https://github.com/moosavii/Ajory</a>
</h3>