A wrapper for scrollable content that adds gradients indicating when more scrolling is possible
npm install react-gradient-scroll-indicatorA wrapper for scrollable content that adds gradients indicating when more scrolling is possible
 
``bash`
npm install --save react-gradient-scroll-indicator
`jsx
import React, { Component } from 'react'
import GradientScroll from 'react-gradient-scroll-indicator'
class Example extends Component {
render () {
return (
Literally any content you want can go here.
)
}
}
``
MIT © jbccollins