1.0.4 • Published 7 months ago

drag-view-ll v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

描述

简单的可拖动控件

使用

# 安装组件
$ npm install

参数

  1. customStyle 自定义样式(style)
  2. children 子元素
  3. offSetWidth 移动偏移宽度
  4. offSetHeight 移动偏移高度
  5. imageUrl 图片地址

使用样例

<DragView customStyle={styles.XXX} imageUrl={XXX} offSetHeight={240}>
    {children}
</DragView>
1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago