UNPKG

@better-scroll/core

Version:

Minimalistic core scrolling for BetterScroll, it is pure and tiny

14 lines (8 loc) 270 B
# @better-scroll/core [中文文档](https://github.com/ustbhuangyi/better-scroll/blob/master/packages/core/README_zh-CN.md) core scroll from BetterScroll. ## Usage ```js import BScroll from '@better-scroll/core' const bs = new BScroll('.wrapper', {/* ... */}) ```