An open API service indexing awesome lists of open source software.

https://github.com/abrahamspaa/ember-count-up

An Ember Component for countup.js
https://github.com/abrahamspaa/ember-count-up

Last synced: about 1 month ago
JSON representation

An Ember Component for countup.js

Awesome Lists containing this project

README

          

ember-count-up
==============================================================================

Extention of [CountUp.JS](https://github.com/inorganik/countUp.js/) to Ember.

Compatibility
------------------------------------------------------------------------------

* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above

Installation
------------------------------------------------------------------------------

```
ember install @abrahamspaa/ember-count-up
```

Usage
------------------------------------------------------------------------------

```
{{count-up start=1 end=4567}}
```

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).