Vue.Isotope
Vue.Isotope copied to clipboard
:iphone: Vue component for isotope filter & sort magical layouts
Vue 3?
Is this library still being supported? Will it be on Vue.js 3.0?
Hi, Do you plan to add type declarations file?
How to integrate Isotope combination filters with checkboxes?
Can anyone provide an example of how vueisotope can be set up to work within a Vue single file component architecture? I'm trying to use Vue CLI to scaffold a...
I am receiving this error when Webpack compiles ``` ERROR in ./node_modules/vueisotope/dist/vue_isotope.min.js Module not found: Error: Can't resolve 'Isotope' in 'my_project/node_modules/vueisotope/dist' @ ./node_modules/vueisotope/dist/vue_isotope.min.js 223:56-225:4 ``` The library still works completely...
I'm trying to add a textbox, that can be used to filter by text. I'm watching the textbox, and it is filtering the provided array of items through a computed....
Without these changes, adding static markup inside the isotope slot breaks filtering. For example given the following markup, the filtering functions receive undefined values. ``` ``` Now it's possible to...
Hi David, At my company, we've been using your component (thanks a lot for it!) in production for our app. In order to improve our performance we added some kind...
Hello ! My application allows the user to "push" the list the isotope layout uses either to the right or the left, wrapping the last or first element back to...
In trying to use the vueisotope library I started by following the examples on the [vue-isotope docs](https://github.com/David-Desmaisons/Vue.Isotope). I couldn't replicate the basic example locally. I noticed the [basic example](https://jsfiddle.net/dede89/rz7q746y/) uses...