1.0.13 • Published 5 years ago

cxj-react-image v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

usege/用法:

yarn add cxj-react-image
// npm i cxj-react-image
import ImageModal from 'cxj-react-image';

<ImageModal 
  src={imageList[currentImageIndex]}      {/* 当前图片路径 */}
  next={() => this.next()}                {/* 控制下一张 */}
  prev={() => this.prev()}                {/* 控制上一张 */}
  closeModal={() => this.closeImg()}      {/* 控制modal打开关闭 */}
  option={{
    move: true,                           {/* 控制拖动 */}
    waterMarkText: '多功能图片组件',       {/* 设置水印文字 */}
    rotate: true,                         {/* 控制旋转 */}
    zoom: true                            {/* 控制放大缩小 */}
  }}
/>

github地址

在线例子

交流请加wx: c13266836563

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago