vue-masonry-css
vue-masonry-css copied to clipboard
Vue.js Masonry layout component powered by CSS, dependancy free
First of all, I want to thank you for this amazing plugin! ``` "vue-masonry-css": "^1.0.3", "vue": "^2.6.14" ``` This is my first implementation and I'm facing a small issue with...
How to configure this as a local component in vue ?
Hello and thank you again for the component. I would like to make a request. I need to add `aria-role="list"` to my masonry columns container (not the parent container, but...
Has anyone tried using this with Nuxt.js? I'm trying to use it as a plugin but get the following message: > Could not find a declaration file for module 'vue-masonry-css/dist/vue-masonry.es2015.js'....
Hey, awesome plugin by the way. I needed to use another solution for my project since is with vue3 but, I'm interested in contributing on a vue3 version, would you...
I am not sure if this is a masonry issue but running mounted: function() { console.log(this.$el.clientWidth); } in a masonry child component is reporting widths larger than the column width....
I was using the Vue Isotope package and it wasn't playing well with SSR, then for some reason I found this and... boom; it just works. I almost wasn't going...
**Problem** Grid doesn't recalculate columns when props changed. Now there is a condition that checks previous and current width. And it stops further function running. I guess the condition was...
I d like to know if you have considered update the plugin to accept vue 3 implementation?