react-vscrollview

Enhanced scroll-view component for ReactJS.

Usage no npm install needed!

<script type="module">
  import reactVscrollview from 'https://cdn.skypack.dev/react-vscrollview';
</script>

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 (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 "^")