Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

better-scroll

ustbhuangyi23.5kMIT2.5.1TypeScript support: included

Full-featured BetterScroll

scroll, iscroll, javascript, typescript, ios

readme

better-scroll

中文文档

BetterScroll with full plugin capabilities, don't care about the details of various plugin registrations.

Usage

import BScroll from 'better-scroll'

const bs = new BScroll('.wrapper', {
  pullUpLoad: true,
  scrollbar: true,
  pullDownRefresh: true
  // and so on
})