🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

catchoom-react-dragscroll

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catchoom-react-dragscroll

React DragScroll is a React component which enables scrolling via holding the mouse button.

2.0.1
latest
Source
npm
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

react-dragscroll

React DragScroll is a React component which enables scrolling via holding the mouse button.

npm react-version license-mit

install

npm install react-dragscroll --save

example

<DragScroll height={200} width={300}>
          <div>test1</div>
          <div>test2</div>
          <div>test3</div>
          <div>test4</div>
          <div>test5</div>
          <div>test6</div>
          <div>test7</div>
          <div>test8</div>
          <div>test9</div>
          <div>test10</div>
          <div>test11</div>
          <div>test12</div>
          <div>test13</div>
          <div>test14</div>
          <div>test15</div>
          <div>test16</div>
          <div>test17</div>
          <div>test18</div>
          <div>test19</div>
          <div>test20</div>
</DragScroll>

license

MIT

Keywords

react

FAQs

Package last updated on 09 Aug 2018

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