Skip to content

a component for mobile preview img with hammerjs. support move and zoom

Notifications You must be signed in to change notification settings

newming/view-img

Repository files navigation

view-img for vue.js

please use the new library instead

a component for mobile preview img with hammerjs. support move and zoom

demo

Usage

npm install view-img

A.Globally

// in your app entry
import ViewImg from 'view-img'
Vue.use(ViewImg)

// then in your templete write
// <view-img :show="show" :img='img' @hide='hide'></view-img>

B.Single

// in your component
import {ViewImg} from 'img-view'
export default {
  components: {
    'view-img': ViewImg
  }
}

Properties

property required type default description
show true Boolean false if the model display
img true String '' the image url will show

Events

name required description
hide true the event for click the model, you can hide the model with this event

References

hammer

About

a component for mobile preview img with hammerjs. support move and zoom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published