1.1.2 • Published 4 years ago

touch-drag-button v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

安装

 npm install touch-drag-button

使用

import TouchDragButton from 'touch-drag-button';


const app = () => {
  return (
    <TouchDragButton>
      {children}
    </TouchDragButton>
  )
}

参数

参数名类型是否必须说明默认值
classNamestring修改悬浮图标初始样式