I am attempting to build an interface that uses Vue-Material to render user-inputted cards in a grid. the cards render properly. However, I want my grid to flex, justify, an
You could use vue-masonry plugin.
vue-masonry
npm i vue-masonry
See it working. Sandbox here.