1.0.5 • Published 6 years ago

vue-left-slide v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

vue-left-slide

A Vue.js left slide component

Use

# install dependencies
npm install vue-left-slide

# configuration in main.js
import LeftSlide from 'vue-left-slide'
Vue.use(LeftSlide)

# in template
<lefts-slides
 :handleGray="'edit'"
 :handleRed="'delete'"
 :distanceWidth="120"
 :index="12",
 :itemData="JSON Object"
 @deleteItem="deleteFunction($event)"
 @editItem="editFunction($event)"
>
  <div>your html construction and html style</div>
</lefts-slides>

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
"# vue-left-slide"
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago