包详细信息

rmc-pull-to-refresh

react-component93.7kMIT1.0.13

React Mobile Pull To Refresh Component

react, react-component, react-pull-to-refresh, pull-to-refresh

自述文件

rmc-pull-to-refresh


React Mobile PullToRefresh Component.

NPM version build status Test coverage gemnasium deps npm download

Screenshots

Development

npm install
npm start

Example

http://localhost:8899/examples/

online example: http://react-component.github.io/m-pull-to-refresh/

install

rmc-pull-to-refresh

Usage

see example

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
scale damping scale number 0.6

Test Case

npm test

Coverage

npm run coverage

License

rmc-pull-to-refresh is released under the MIT license.

更新日志

History


1.0.13

  • prevent pull if x changed greater than 20rpx

1.0.12

  • add props.scale for damping

1.0.11

  • remove the unknown-prop warning
  • add sensitivity for pull action

1.0.9

  • simplify damping prop

1.0.8

  • add custom damping prop

1.0.0 / 2017-09-30

Completely rewritten

  • Remove zscroller dependency.
  • Support web's native roll.
  • Add direction onRefresh indicator props and Remove icon loading loadingFunction scrollerOptions props.