dannyYassine / vuuri

Vue Muuri Integration: the abstraction over the Muuri library for creating dynamic layouts in vue.js

Home Page:https://dannyyassine.github.io/vuuri/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo.png

Library Version Build Status

Minified size Downloads

The Vue Muuri Integration:

The abstraction over the Muuri library for creating dynamic layouts in vue.js

Usage

<vuuri v-model="items">
  <template #item="{ item }">
    <YourComponent :item="item"/>
  </template>
</vuuri>

Automatic CRUD Updates

You just worry about writing javascript

// adding
this.items.push(newItem);

// removing
this.items.splice(1, 0);

Vuuri takes care of the rest. Vuuri figures out what you did in the items array to do the right update.

Documentation

Credits

Vuuri is a simple wrapper for Vue.js and full credits go to the author of the Muuri library: Niklas Rämö Assets from this page were inspired and taken from the original Muuri website.

About

Vue Muuri Integration: the abstraction over the Muuri library for creating dynamic layouts in vue.js

https://dannyyassine.github.io/vuuri/


Languages

Language:Vue 78.8%Language:JavaScript 11.9%Language:TypeScript 4.6%Language:SCSS 3.4%Language:HTML 0.6%Language:Makefile 0.3%Language:Dockerfile 0.3%Language:Shell 0.1%Language:CSS 0.0%