Skip to content

Vheissu/aurelia-dragscroll

Repository files navigation

aurelia-dragscroll

A port of the vue-dragscroll plugin by @donmbelembe here.

Initially, started out as an experiment for another repo, this is a direct port of the vue-dragscroll plugin. I spent 10 minutes or so porting this over, so there might be bugs and aspects missed (please report if that is the case).

Install

npm install aurelia-dragscroll

Use

export function configure(aurelia) {
    aurelia.use
        .plugin(PLATFORM.moduleName('aurelia-dragscroll'))
}

About

A port of the `vue-dragscroll` plugin by @donmbelembe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published