ember-cli-scrolling-content

This block component will horizontally scroll the content you provide whenever a user hovers over it. Come check out the DEMO.


Keywords
ember-addon, ember-cli-scrolling-content, scroll, scrolling, component
License
MIT
Install
npm install ember-cli-scrolling-content@2.0.0

Documentation

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 repository
  • cd my-addon
  • npm install
  • ember serve
  • Visit your app at http://localhost:4200.