react-scroll-header-loading
v1.0.4
Published
The loading bar operates at the top through scrolling.
Downloads
3
Readme
react-scroll-header-loading
설치방법
npm install --save react-scroll-header-loading
사용방법
import ReactScrollHeaderLoading from 'react-scroll-header-loading';
// 상단 loading-bar 가 필요한 경우
<ReactScrollHeaderLoading.ScrollHeaderLoadingBar/>
<div style={{'height': '1000px'}}></div>
<div style={{'height': '1000px'}}></div>
<div style={{'height': '1000px'}}></div>
<div style={{'height': '1000px'}}></div>
<div style={{'height': '1000px'}}></div>
// 현재 위치가 필요한 경우
console.log(ReactScrollHeaderLoading.CalculateScroll())
ScrollHeaderLoadingBar 옵션
| 이름 | 설명 | 기본값 | |------|-------------------|--------| | loadingBarTopColor | 상단 bar의 색상 | #003185 | | loadingBarTopHeight | 상단 bar의 높이 | 5px | | loadingBarColor | scroll 영역 bar의 색상 | #2596be | | loadingBarHeight | scroll 영역 bar의 높이 | 5px |
지원 브라우저
IE9 이상부터 지원합니다. (modern browser 지원 O)
License
MIT License