An OSX style scroll view react component
npm install osx-scrollview
An osx style scroll view react component.
Check demo at
Important Notes: if you already have an osx-style scrollbar(osx, ios), it will use scrollbar of the system. All features has not been implemented.
npm install osx-scrollview
Append dist/style.css to your css file.
import {render} from "react-dom";
import ScrollView from "osx-scrollview";
render((
MIT