0.3.1 • Published 11 months ago

@bouzu/vue-scroller v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.3.0

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.0.5

11 months ago

0.3.1

11 months ago

0.2.2

11 months 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