Skip to content

dseeker/vue-horizontal-scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A vue component to create a horizontal scroll.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 71.8%
  • JavaScript 18.2%
  • HTML 10.0%