Skip to content

beliolfa/vue-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-zoom

Install / Usage

$ npm install vue-zoom
<template>
   <div id="app">
      <v-zoom :img="img" :width="width"></v-zoom>
   </div>
</template>

<script>
import vZoom from 'vue-zoom'
export default {
  components: {vZoom},
  data() {
     return {
        img: 'photo.jpg',
        width: 500
     }
  }
}
</script>

About

A Vue Wrapper for jquery-zoom plugin

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •