Install package:
# npm
npm install @bouzu/scroller
# yarn
yarn add @bouzu/scroller
# pnpm
pnpm install @bouzu/scrollerImport:
// ESM
import { createReachPlugin, createScroller } from '@bouzu/scroller'- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.