Hey,
Did any of you feel the difficulty in making a grid of items?
Sometimes it is a little difficult to get it right, depending on the template and the space you have to use it.
I made a Javascript Plugin that makes it really easy and straightforward, It's called: EasyGrid.
Basically, it creates items dynamically, organize them and distribute them by columns automatically generated according to the width of the monitor (or container).
It doesn't need any kind of CSS or CSS Framework and it was built with pure javascript, no dependencies.
Feel free to try it:
https://github.com/BMSVieira/EasyGrid
Thank you :D
Top comments (1)
Nice one! ๐คฉ