@antd-mobile/pull-to-refresh
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@antd-mobile/pull-to-refresh


React Mobile PullToRefresh Component.

NPM version

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

Readme

Keywords

none

Package Sidebar

Install

npm i @antd-mobile/pull-to-refresh

Weekly Downloads

2

Version

0.3.2

License

MIT

Unpacked Size

36.3 kB

Total Files

11

Last publish

Collaborators

  • duxiaodong