react-custom-scroll
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "react-custom-scroll", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "An easily designable, cross browser (!!), custom scroll with ReactJS Animations and scroll rate **exactly** like native scroll", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -22,3 +22,3 @@ [![NPM version][npm-image]][npm-url] | ||
```JSX | ||
```html | ||
<CustomScroll> | ||
@@ -42,5 +42,5 @@ your content | ||
```html | ||
<customScroll heightRelativeToParent="calc(100% - 20px)"> | ||
<CustomScroll heightRelativeToParent="calc(100% - 20px)"> | ||
your content | ||
</customScroll> | ||
</CustomScroll> | ||
``` | ||
@@ -47,0 +47,0 @@ |
93959