Package Exports
- @hippy/rmc-pull-to-refresh
- @hippy/rmc-pull-to-refresh/dist/index.cjs
- @hippy/rmc-pull-to-refresh/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hippy/rmc-pull-to-refresh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rmc-pull-to-refresh
React Mobile PullToRefresh Component.
Screenshots
Development
npm install
npm startExample
http://localhost:8899/examples/
online example: http://react-component.github.io/m-pull-to-refresh/
install
Usage
see example
API
props
| name | description | type | default |
|---|---|---|---|
| direction | pull direction, can be up or down or 'both' |
String | down |
| distanceToRefresh | distance to pull to refresh | number | 50 |
| refreshing | Whether the view should be indicating an active refresh | bool | false |
| onRefresh | Called when the view starts refreshing. | () => void | - |
| indicator | indicator config | Object | { activate: 'release', deactivate: 'pull', release: 'loading', finish: 'finish' } |
| className | additional css class of root dom node | String | - |
| prefixCls | prefix class | String | 'rmc-pull-to-refresh' |
| damping | pull damping, suggest less than 200 | number | 100 |
| scale | damping scale | number | 0.6 |
Test Case
npm testCoverage
npm run coverageLicense
rmc-pull-to-refresh is released under the MIT license.
