Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ react-custom-scrollbars
[![npm version](https://img.shields.io/npm/v/react-custom-scrollbars.svg?style=flat-square)](https://www.npmjs.com/package/react-custom-scrollbars)
[![npm downloads](https://img.shields.io/npm/dm/react-custom-scrollbars.svg?style=flat-square)](https://www.npmjs.com/package/react-custom-scrollbars)

Because reac-custom-scrollbars is not updated since some while ago, then this is a fork from it to solve its latest issues

* frictionless native browser scrolling
* native scrollbars for mobile devices
* [fully customizable](https://github.com/malte-wessel/react-custom-scrollbars/blob/master/docs/customization.md)
Expand All @@ -19,7 +21,7 @@ react-custom-scrollbars

## Installation
```bash
npm install react-custom-scrollbars --save
npm install @pezhmanparsaee/react-custom-scrollbars --save
```

This assumes that you’re using [npm](http://npmjs.com/) package manager with a module bundler like [Webpack](http://webpack.github.io) or [Browserify](http://browserify.org/) to consume [CommonJS modules](http://webpack.github.io/docs/commonjs.html).
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-custom-scrollbars",
"version": "4.2.1",
"name": "@pezhmanparsaee/react-custom-scrollbars",
"version": "4.3.1",
"description": "React scrollbars component",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/malte-wessel/react-custom-scrollbars.git"
"url": "https://github.com/peZhmanParsaee/react-custom-scrollbars.git"
},
"keywords": [
"scroll",
Expand All @@ -29,9 +29,9 @@
"author": "Malte Wessel",
"license": "MIT",
"bugs": {
"url": "https://github.com/malte-wessel/react-custom-scrollbars/issues"
"url": "https://github.com/peZhmanParsaee/react-custom-scrollbars/issues"
},
"homepage": "https://github.com/malte-wessel/react-custom-scrollbars",
"homepage": "https://github.com/peZhmanParsaee/react-custom-scrollbars",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
Expand Down Expand Up @@ -61,16 +61,16 @@
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^2.3.4",
"simulant": "^0.2.2",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"dom-css": "^2.0.0",
Expand Down
Loading