2.0.0 • Published 6 years ago

ember-cli-scrolling-content v2.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
6 years ago

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.