0.0.1 • Published 5 years ago

zensele-scroll v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago
  • 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>
0.0.1

5 years ago