@better-scroll/scroll-bar
An elegant and beautiful scroll bar.
Usage
import BScroll from '@better-scroll/core'
import Scrollbar from '@better-scroll/scroll-bar'
BScroll.use(Scrollbar)
const bs = new BScroll('.wrapper', {
scrollbar: true
})
scrollbar is used to BetterScroll, which behaves like browser scrollbar
An elegant and beautiful scroll bar.
import BScroll from '@better-scroll/core'
import Scrollbar from '@better-scroll/scroll-bar'
BScroll.use(Scrollbar)
const bs = new BScroll('.wrapper', {
scrollbar: true
})