Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
rc-swipeout
Advanced tools
iOS-style swipeout buttons that appear from behind a component (web & react-native support)
npm install --save rc-swipeout
web:
npm install
npm start
rn:
tnpm run rn-start
./node_modules/rc-tools run react-native-init
react-native run-ios
import Swipeout from 'rc-swipeout';
import 'rc-swipeout/assets/index.less'; (web only)
<Swipeout
left={[
{
text: 'reply',
onPress:() => console.log('reply'),
style: { backgroundColor: 'orange', color: 'white' },
className: 'custom-class-1'
}
]}
right={[
{
text: 'delete',
onPress:() => console.log('delete'),
style: { backgroundColor: 'red', color: 'white' },
className: 'custom-class-2'
}
]}
onOpen={() => console.log('open')}
onClose={() => console.log('close')}
>
<div style={{height: 44}}> swipeout demo </div>
</Swipeout>
name | description | type | default |
---|---|---|---|
prefixCls | className prefix | String | rc-swipeout |
style | swipeout style | Object | `` |
left | swipeout buttons on left | Array | [] |
right | swipeout buttons on right | Array | [] |
autoClose | auto close on button press | Boolean | function() {} |
onOpen | Function | function() {} | |
onClose | Function | function() {} | |
disabled | disabled swipeout | Boolean | false |
name | description | type | default |
---|---|---|---|
text | button text | String | Click |
style | button style | Object | `` |
onPress | button press function | Function | function() {} |
className | button custom class | String | `` |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rc-swipeout is released under the MIT license.
2.0.0
hammer.js
width rc-gestureFAQs
swipe out ui component for react(web and react-native)
The npm package rc-swipeout receives a total of 16,349 weekly downloads. As such, rc-swipeout popularity was classified as popular.
We found that rc-swipeout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.