andreigec / vue-expanding-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloads per month
Latest npm release

#Intro

Reusable expanding preview window for use with grids.

Warning: This project is still under development. Contributions are welcome

#Usage

// browserify/webpack require
var ep = require('vue-expanding-preview')
  
  var app = new Vue({
  components: {
        'vue-expanding-preview': ep
    },
})
<vue-expanding-preview :selector-id.sync='/**-1 for not shown, set to your id of the item to insert after **/'>
    <div slot='content'>
    </div>
</vue-expanding-preview>

About


Languages

Language:Vue 98.3%Language:JavaScript 1.7%