ember-scroll-to-bottom v1.3.0
ember-scroll-to-bottom
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>
this repositorycd ember-scroll-to-bottom
npm install && bower install
Usage
Add
{{scroll-to-bottom}}
at top of your pageTo do custom styling pass class name to
customClass
attributeFor example
{{scroll-to-bottom customClass="custom-styling"}}
To add scroll to particular element, pass id or class of the element to
customScrollElement
attributeFor example
{{scroll-to-bottom customScrollElement="#element-id"}}
You can also combine custom attributes like this
{{scroll-to-bottom customClass="custom-styling" customScrollElement="#element-id"}}
Running
ember serve
- Visit your app at http://localhost:4200.
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago