react-swipe-to-delete-component:一个简单的React组件实现'swipe to delete'UI模式

时间:2024-02-23 23:54:44
【文件属性】:

文件名称:react-swipe-to-delete-component:一个简单的React组件实现'swipe to delete'UI模式

文件大小:661KB

文件格式:ZIP

更新时间:2024-02-23 23:54:44

react mobile animation touch react-component

React滑动删除组件 一个简单的React组件实现了“滑动删除” UI模式。 安装 可通过获得React-swipe-to-delete-component。 npm install --save react-swipe-to-delete-component 另外,您可以直接从上面的“ dist”文件夹下载最新版本。 用法 React-swipe-to-delete-component包装您的内容组件。 它被刷了。 如果将其刷除比“要删除的组件”更确定的百分比,则会删除该组件。 例 您可能会看到一个示例。 import React from 'react' ; import { render } from 'react-dom' ; // Import the react-swipe-to-delete-component import SwipeToDelete from 'react-swipe-to-delete-component' ; const data = [ { id : 1 , text : 'End of summer reading list' ,


【文件预览】:
react-swipe-to-delete-component-master
----.eslintrc.json(343B)
----.gitignore(45B)
----.babelrc(132B)
----.codeclimate.yml(279B)
----package.json(2KB)
----package-lock.json(603KB)
----src()
--------js()
--------css()
----webpack.config.js(1KB)
----.travis.yml(1KB)
----gulpfile.js(941B)
----dist()
--------swipe-to-delete.min.js(13KB)
--------swipe-to-delete.css(2KB)
----LICENSE(1KB)
----__mocks__()
--------styleMock.js(40B)
----CHANGELOG.md(1005B)
----__tests__()
--------main.spec.jsx(13KB)
--------__snapshots__()
----.browserslistrc(32B)
----README.md(4KB)
----example()
--------src()
--------webpack.config.js(1KB)
--------bundle.js.map(1.19MB)
--------swipe-to-delete.css(2KB)
--------index.html(1KB)
--------bundle.js(1.03MB)
--------swipe-to-delete.css.map(2KB)
----.npmignore(76B)
----.editorconfig(292B)

网友评论