fuxingloh / vue-masonry-wall

A pure vue responsive masonry layout without direct dom manipulation and ssr support.
https://nuxt-app.fuxing.dev/vue-masonry-wall
MIT License
211 stars 31 forks source link

support to vue 3? #24

Open danielduqueusma opened 3 years ago

danielduqueusma commented 3 years ago

Does it have supporto for vue 3?

fuxingloh commented 3 years ago

Sorry, it does not support Vue 3 yet, I am rewriting this library with TypeScript and redesigning the lib for cleaner, performant, interoperability and ease of use but I don't have a date for it yet.

DerYeger commented 2 years ago

Does it have supporto for vue 3?

I created a Vue 3 component based on this repository. You can find it at https://github.com/DerYeger/vue-masonry-wall.

It has been rewritten in TypeScript, does not rely on external dependencies, takes padding in regard when calculating the column count, and supports item removal. A demo is available at https://vue-masonry-wall.yeger.eu/.