0.2.5 • Published 4 years ago

vue-scrollwheel v0.2.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago