0.3.1 • Published 1 year ago

@bouzu/vue-scroller v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@bouzu/vue-scroller

npm version npm downloads bundle JSDocs

Usage

Install package:

# npm
npm install @bouzu/vue-scroller

# yarn
yarn add @bouzu/vue-scroller

# pnpm
pnpm install @bouzu/vue-scroller

Import:

// ESM
import { useScrollReach, useScroller } from '@bouzu/vue-scroller'

// CommonJS
const { useScroller, useScrollReach } = require('@bouzu/vue-scroller')

Development

  • 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

License

Made with 💛

Published under MIT License.

0.1.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.0.5

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago