react-custom-scroll
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "react-custom-scroll", | ||
"version": "1.6.0", | ||
"version": "1.6.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", |
@@ -23,3 +23,3 @@ [![NPM version][npm-image]][npm-url] | ||
``` | ||
import {CustomScroll} from 'react-custom-scroll'; | ||
import CustomScroll from 'react-custom-scroll'; | ||
``` | ||
@@ -26,0 +26,0 @@ |
94547