This repository contains a working Masonry Grid view using pure JavaScript.
To use this JavaScript class you need to call the MasonryList class using the arguments:
- The HTML Id of the masonry list element.
- The maximum number of columns present in the Masonry Grid.
- The margin (in pixels) between each item.
- The minimum column width (in pixels) of the Masonry Grid.
A working example can be found in the masonary_view.html file using Vue.js.