vue-scrollwheel

0.2.5 • Public • Published

Welcome to Vue Scrollwheel 👋

Version License: MIT

Canvas based scroll wheel for vue.js

!!! This is not yet production-ready !!!

Demo

CodeSandbox Demo

Install

npm install --save vue-scrollwheeel

Props

 props: {
    tickThreshold: {
      type: Number,
      default: 10
    },
    sensitivity: {
      type: Number,
      default: 1
    },
    width: {
      type: Number,
      default: 50
    },
    height: {
      type: Number,
      default: 200
    },
    min: Number,
    max: Number,
    debugMode: {
      type: Boolean,
      default: false
    },
    ridgeSpacing: {
      type: Number,
      default: 10
    },
    ridgeColor: {
      type: String,
      default: "#444"
    },
    wheelColor: {
      type: String,
      default: "#AAA"
    }
  }

Author

👤 Ruby Rubenstahl

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.50latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.0.30
0.0.20
0.0.10
1.0.00

Package Sidebar

Install

npm i vue-scrollwheel

Weekly Downloads

0

Version

0.2.5

License

MIT

Unpacked Size

1.26 MB

Total Files

25

Last publish

Collaborators

  • rubyrubenstahl