Ember Scrollable

A simple wrapper around Trackpad Scroll Emulator.
Check out the demo
Installation
ember install ember-scrollable
Basic Usage
{{! app/templates/index.hbs }}
{{#as-scrollable}}
Some long content...
{{/as-scrollable}}
Configuring the Component
The component accepts the following options:
horizontal
: Enables horizontal scrolling (default: false
)
autoHide
: Enables auto hiding of the scrollbars on mouse out (default: true
)
onScrolledToBottom
: action triggered when user scrolled to the bottom
Developing
Setup
git clone https://github.com/alphasights/ember-scrollable.git
npm install && bower install
Running
Running Tests