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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-scrollwheel

Weekly Downloads

1

Version

0.2.5

License

MIT

Unpacked Size

1.26 MB

Total Files

25

Last publish

Collaborators

  • rubyrubenstahl