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
- Host: GitHub
- URL: https://github.com/abrahamspaa/ember-count-up
- Owner: abrahamspaa
- License: mit
- Created: 2020-02-25T15:46:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:37:13.000Z (over 3 years ago)
- Last Synced: 2025-08-05T05:18:22.724Z (about 1 year ago)
- Language: JavaScript
- Size: 4.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).