
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@gradeup/react-motion-drawer
Advanced tools
Navigation drawer built with the awesome react-motion and react-hammerjs
Example |
Usage |
API |
Changelog
Navigation drawer built with the awesome react-motion by @chenglou and react-hammerjs by @JedWatson
A live demo is available here!
To run the example locally, run:
$ yarn
$ yarn serve
Via npm:
npm install react-motion-drawer
import Drawer from 'react-motion-drawer';
<Drawer open={false} onChange={onChange}>
<ul>
<li>Home</li>
<li>About</li>
<li>Settings</li>
</ul>
</Drawer>
If you want the drawer on the right side of the screen you need the following css.
body {
overflow: hidden;
}
You can hook into the animation by passing a function as the child component.
<Drawer open={false} width={300} onChange={onChange}>
{ val =>
<ul style={{ opacity: 300 / val }}>
<li>Home</li>
<li>About</li>
<li>Settings</li>
</ul>
}
</Drawer>
zIndex: number
- z-index of the drawer (default 10000
)noTouchOpen: bool
- can a user pan to open (default false
)noTouchClose: bool
- can a user pan to close(default false
)onChange: func
- called when the drawer is open (default () => {}
)drawerStyle: object
- additional drawer stylesclassName: object
- additional drawer classNameoverlayClassName: object
- additional overlay classNameconfig: object
- configuration of the react-motion animation (default {stiffness: 350, damping: 40}
)open: bool
- states if the drawer is open (default false
)width: number
- width of the drawer (default 300
)height: number
- height of the drawer (default '100%'
)handleWidth: number
- width of the handle (default 20
)peakingWidth: number
- width that the drawer peaks on press (default 50
)panTolerance: number
- tolerance until the drawer starts to move (default 50
)right: bool
- drawer on the right side of the screen (default false
)overlayColor: string
- color of the overlay (default rgba(0, 0, 0, 0.4)
)fadeOut: bool
- fade out (default false
)offset: number
- offset of the drawer (default 0
)MIT © Christoph Hermann
FAQs
Navigation drawer built with the awesome react-motion and react-hammerjs
The npm package @gradeup/react-motion-drawer receives a total of 0 weekly downloads. As such, @gradeup/react-motion-drawer popularity was classified as not popular.
We found that @gradeup/react-motion-drawer 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.