react-nice-scroll
Version:
A React library to smooth scroll and scroll-based animations.
28 lines (18 loc) • 694 B
Markdown
# React Nice Scroll
<a href="https://www.npmjs.com/package/react-nice-scroll"><img src="https://img.shields.io/npm/v/react-nice-scroll.svg" alt="Version"></a>
<img src="./img/ns.png" alt="React Nice Scroll" width="150"/>
> A React library to smooth scroll and scroll-based animations.
> Thanks to [smooth-scrollbar](https://github.com/idiotWu/smooth-scrollbar) plugin and [gsap](https://github.com/greensock/GSAP) library.
## Document and Demo
Check on [document and demo](https://react-nice-scroll-docs.vercel.app/)
## Components
- ScrollContainer
- FixedElement
- GellyElement
- HorizontalSection
- ParallaxImage
- SequenceSection
## Installation
```bash
npm i react-nice-scroll
```