Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 749 Bytes

logo

bad-scroll NPM version NPM downloads

bad scroll only 500 bytes

yarn add bad-scroll

dom:

<div class=wrapper>
    <ul class=content>
        ···
    </ul>
</div>

js:

import BScroll from 'bad-scroll'

const BScroll = new BScroll(document.querySelector('.wrapper'))

sketch

logo