@better-scroll/wheel

a BetterScroll plugin to imitate IOS Picker

Usage no npm install needed!

<script type="module">
  import betterScrollWheel from 'https://cdn.skypack.dev/@better-scroll/wheel';
</script>

README

@better-scroll/wheel

中文文档

Implement a plugin similar to the effects of the IOS Picker component.

Usage

import BScroll from '@better-scroll/core'
import Wheel from '@better-scroll/wheel'
BScroll.use(Wheel)

const bs = new BScroll('.wheel-wrapper', {
  wheel: {
    selectedIndex: 0,
    wheelWrapperClass: 'wheel-scroll',
    wheelItemClass: 'wheel-item',
    wheelDisabledItemClass: 'wheel-disabled-item'
  },
  probeType: 3
})