This block component will horizontally scroll the content you provide whenever a user hovers over it.
Check out this Demo which also is an interactive documentation.
{{#scrolling-content}}
//.. the html that should scroll horizontally on mouse-over
{{/scrolling-content}}
$ ember install ember-cli-scrolling-content
Im happy about everyone that wants to contribute, even opening an issue on github. However if you want to contribute to the code just follow the setup instructions below.
git clone <repository-url>
this repositorycd my-addon
npm install
ember serve
- Visit your app at http://localhost:4200.