ember-cli-scrolling-content
v2.0.0
Published
This block component will horizontally scroll the content you provide whenever a user hovers over it. Come check out the DEMO.
Downloads
6
Readme
Ember-cli-scrolling-content
This block component will horizontally scroll the content you provide whenever a user hovers over it.
demo / docs
Check out this Demo which also is an interactive documentation.
simple usage
{{#scrolling-content}}
//.. the html that should scroll horizontally on mouse-over
{{/scrolling-content}}
Installation
$ ember install ember-cli-scrolling-content
Contributing
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.