zensele-scroll
v0.0.1
Published
zenSele customised scroll
Downloads
1
Readme
- clone
npm install
npm run dev
http://localhost:5002
OR
npm install --save zen-scroll
import { ZenScroll } from "zen-scroll";
...
let backgroundColor = 'red';
let scrollWidth = '10px';
...
<ZenScroll {scrollWidth} {backgroundColor}>
<div>
Here goes the content
</div>
</ZenScroll>