npm.io
2.5.1 • Published 3 years ago

@better-scroll/nested-scroll

Licence
MIT
Version
2.5.1
Deps
1
Size
80 kB
Vulns
0
Weekly
0
Stars
16.5K

better-scroll

中文文档

nestedScroll is a plugin which helps you solve the trouble of nested Scroll

Usage

  import BScroll from 'better-scroll'
  import NestedScroll from '@better-scroll/nested-scroll'

  BScroll.use(NestedScroll)

  // parent bs
  new BScroll('.outerWrapper', {
    nestedScroll: true
  })
  // child bs
  new BScroll('.innerWrapper', {
    nestedScroll: true
  })

Keywords