vue-muuri icon indicating copy to clipboard operation
vue-muuri copied to clipboard

A vue plugin using Muuri's responsive, sortable, filterable and draggable grid layouts.

Results 13 vue-muuri issues
Sort by recently updated
recently updated
newest added

main.js import VueMuuri from 'vue-muuri' import 'vue-muuri/dist/vue-muuri.css' Vue.use(VueMuuri) but still Muuri is not defined

Hello there, all in the title. Glad someone ported murri for vue!

Can you give an example where I can utilize the remove event to remove elements from the list and the DOM?

The JS files in the /dist folder appear to include muuri itself as well as all other dependencies, creating a huge javascript file of ~800KB. You could add another option...

Is this library stil up to date, anyone have a working example ? Thanks

**Issue:** When create recursive grid (grid inside another grid), the global variable **self** is override by the last grid created, and all event emits are messed up due to the...

Hi sorry if this question sounds too stupid . Im a beginner i just need to know how to create function to resize the item and add new item ![image](https://user-images.githubusercontent.com/37101414/39684370-ebc56f60-51ed-11e8-86d4-85f22766845d.png)...

In Vue environment it's rarely necessary to assign id attribute to an element. Now user have to set an unique id otherwise there will be elements with the same id...

Like these: ``` dist/vue-muuri.css 8:1 × Expected no more than 1 empty line max-empty-lines 11:1 × Expected empty line before rule rule-empty-line-before 21:1 × Expected empty line before rule rule-empty-line-before...