ezscrollup
- Scroll up
- Supports all the browsers
- Set arrow color
- Set background color
- Hide/show automatically base on the current scroll position
- Change scroll behavior
npm i ezscrollup
npm update ezscrollup
import EZScrollUp from 'ezscrollup';
- Using the default configurations
<EZScrollUp/>
- Using different background, color, behavior and always visible.
<EZScrollUp
alwaysVisible={true}
background="black"
color="#ffffff",
behavior="auto"
/>
- alwaysVisible: optional boolean
- background: optional string
- color: optional color
- behavior optional behavior. smooth | auto | initial | inherit
This module was inspired and created by @jerryurenaa
ezscrollup is MIT licensed.