New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-scrolling-container

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrolling-container

Render markdown with ReactJS using the express framework, browserify for dependency resolution, the gulp build system, and jade templateing.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

#A container for wrapping react elements that you want to be able to scroll up and down

setup:

```
<ScrollComponent
  height={number}
  width={number}
  heightComp={number}
  widthComp={number}
  component={ReactElement}
/>
```
  • height - the height of the React Element that you want to have scrolling capabilities
  • width - the width of that React Element
  • heightComp - the height of the window through which you can see the scrolled to part of the React Element
  • widthComp - width of window
  • component - the React Element you want to have scroll capabilities #can only use measurements in px

FAQs

Package last updated on 04 Aug 2015

Did you know?

Socket

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.

Install

Related posts