0.3.2 • Published 7 years ago
@antd-mobile/pull-to-refresh v0.3.2
@antd-mobile/pull-to-refresh
React Mobile PullToRefresh Component.
Screenshots
API
props
| name | description | type | default |
|---|---|---|---|
| direction | pull direction, can be up or down | 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 |
0.3.2
7 years ago
0.3.2-alpha.0
7 years ago
0.3.1
7 years ago
0.3.1-alpha.0
7 years ago
0.3.0
7 years ago
0.2.3
7 years ago
0.2.3-alpha.0
7 years ago
0.2.1
7 years ago
0.1.1
7 years ago
0.1.1-alpha.0
7 years ago
0.0.3-alpha.3
7 years ago
0.0.3-alpha.2
7 years ago
0.0.3-alpha.1
7 years ago
0.0.3-alpha.0
7 years ago
0.0.1-alpha.4
7 years ago
0.0.1-alpha.3
7 years ago
0.0.1-alpha.2
7 years ago