1.3.0 • Published 6 years ago

ember-scroll-to-bottom v1.3.0

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

ember-scroll-to-bottom

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd ember-scroll-to-bottom
  • npm install && bower install

Usage

  • Add {{scroll-to-bottom}} at top of your page

  • To do custom styling pass class name to customClass attribute

  • For example {{scroll-to-bottom customClass="custom-styling"}}

  • To add scroll to particular element, pass id or class of the element to customScrollElement attribute

  • For 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

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

1.3.0

6 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago