1. 首页
  2. 数据库
  3. 其它
  4. swipeable react:轻触触摸事件时简单的React组件:mobile_phone_with_arrow: 源码

swipeable react:轻触触摸事件时简单的React组件:mobile_phone_with_arrow: 源码

上传者: 2021-02-07 17:56:49上传 ZIP文件 13.3MB 热度 5次
React组件可在移动浏览器中刷卡 你可以用它做什么 安装 yarn add swipeable-react 用法 import Swipeable from " swipeable-react " ; ... function YourOwnComponent ( props ) { return ( < Swipeable xss=removed> { console . log ( " swiped left " ); } } onSwipeRight = { () => { console . log ( " swiped right " ); } }
用户评论