
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@maxweek/react-scroller
Advanced tools
Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll
Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll
npm i @maxweek/react-scroller
import Scroller from "@maxweek/react-scroller";
<Scroller
needBar={true}
barAltPosition={false}
horizontal={false}
grab={true}
borderFade={true}
borderPadding={true}
grabCursor={true}
className={'your-scroller-class'}
barClassName={'your-scroller-bar-class'}
barRollerClassName={'your-scroller-bar-roller-class'}
contentClassName={'your-scroller-content-class'}
>
{/* Your content */}
</Scroller>
PropName | Type | Default | Description |
---|---|---|---|
children | ReactNode | React child | |
needBar? | boolean | false | enables scrollbar |
barAltPosition? | boolean | false | changes scrollbar position, default at right - changes to left, when horizontal enabled - changes bottom to top |
horizontal? | boolean | false | makes your box scrolling horizontal |
grab? | boolean | false | enables grabbing your scroll content |
borderFade? | boolean | false | add fadding in directions of scroll by masking |
borderPadding? | boolean | false | add padding in directions of scroll |
grabCursor? | boolean | false | enables grab cursor on hover |
className? | string | false | class for scroller box |
barClassName? | string | false | class for scrollbar |
barRollerClassName? | string | false | class for scrollbar roller |
contentClassName? | string | false | class for content wrapper |
Thank you for using my package! Max Nedelko
FAQs
Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll
We found that @maxweek/react-scroller demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.