/vue-horizontal-scroll

A vue component to create a horizontal scroll.

Primary LanguageVueMIT LicenseMIT

vue-horizontal-scroll

Installation

npm install vue-horizontal-scroll --save

Usage

<template>
    <div id="app">
        <horizontal-scroll>
            ... Content to be scrolled horizontally ...
        </horizontal-scroll>
    </div>
</template>
<script>
import HorizontalScroll from 'vue-horizontal-scroll'
import 'vue-horizontal-scroll/dist/vue-horizontal-scroll.css'

export default {
    name: 'App',
    components: {
        HorizontalScroll
    }
}
</script>

examples

Demo

demo

Contributions

All contributions are welcome send your PR and Issues.

License

This is a open-source software licensed under the MIT license