vue-gridlayout
Vue implementation of css grid layout https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
WARNING: This implementation is in alpha
and there are more features, tests and examples to come. This is not ready for production until we hit 1.0.0. Pull Requests are welcomed.
Installation
# npm npm install vue-gridlayout
or include it from Unpkg CDN in your html
Using
Import globally
;;; VueconfigproductionTip = false;Vue; /* eslint-disable no-new */ el: '#app' template: '<App/>' components: App ;
Import locally
; name: 'app' components: VGrid VGridItem { return ; };
Use in template