https://github.com/venryx/react-vscrollview
Enhanced scroll-view component for ReactJS.
https://github.com/venryx/react-vscrollview
Last synced: 5 months ago
JSON representation
Enhanced scroll-view component for ReactJS.
- Host: GitHub
- URL: https://github.com/venryx/react-vscrollview
- Owner: Venryx
- License: mit
- Created: 2017-03-26T09:02:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T23:34:25.000Z (over 1 year ago)
- Last Synced: 2025-04-02T05:35:05.429Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 601 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React VScrollView
Enhanced scroll-view component for ReactJS.
### Installation
```
npm install react-vscrollview --save-exact
```
The `--save-exact` flag is recommended, since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`Release.Breaking.FeatureOrFix`) rather than SemVer (`Breaking.Feature.Fix`).
To let npm increment `FeatureOrFix` (recommended), prepend "`~`" to its version in `package.json`. (for `Breaking`, prepend "`^`")