mand-mobile/components/image-viewer
xuxiaoyan 8ed04e8cc1 test: update test cases & snapshots 2019-02-22 15:29:07 +08:00
..
demo example: remove old codesandbox & fix en title 2018-12-13 20:04:48 +08:00
test test: update test cases & snapshots 2019-02-22 15:29:07 +08:00
README.en-US.md doc: update preview links 2019-01-29 16:31:24 +08:00
README.md doc: update preview links 2019-01-29 16:31:24 +08:00
component.js Initial commit 2018-03-26 16:04:04 +08:00
index.vue fix(style):remove rem in source code 2018-05-09 14:17:22 +08:00

README.en-US.md

title preview
ImageViewer https://didi.github.io/mand-mobile/examples/#/image-viewer

For browsing multiple pictures and swiping to switch pictures

Import

import { ImageViewer } from 'mand-mobile'

Vue.component(ImageViewer.name, ImageViewer)

Code Examples

API

ImageViewer Props

Props Description Type Default Note
v-model viewer display Boolean false
list show picture list Array [] -
initial-index initialize the index of displayed image Number 0 -
has-dots display the index of picture Boolean true -