Skip to content

t-k-f/vue-packery-draggabilly-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is no longer maintained, in consideration that packery doesn't play very nice with Vue. Development of a "native" bin packer will continue here => vue-binpacker-plugin.

Vue.js Packery Draggabilly Plugin

Addon to support draggabilly for Vue.js Packery Plugin

Requirements

Vue.js Packery Plugin must be present in project

Installing

npm install --save vue-packery-draggabilly-plugin

then

import VueDraggabillyPlugin from 'vue-packery-draggabilly-plugin'

Vue.use(VueDraggabillyPlugin)

Usage

<div v-draggabilly v-packery='{itemSelector: ".packery-item", percentPosition: true}'>

    <div v-draggabilly v-packery-item class='packery-item'></div>
    <div v-draggabilly v-packery-item class='packery-item'></div>
    <div v-draggabilly v-packery-item class='packery-item'></div>

</div>

About

A vue plugin for draggabilly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published