Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qonto/ember-amount-input
An Ember.js component to input money amount.
https://github.com/qonto/ember-amount-input
ember ember-addon input
Last synced: about 3 hours ago
JSON representation
An Ember.js component to input money amount.
- Host: GitHub
- URL: https://github.com/qonto/ember-amount-input
- Owner: qonto
- License: mit
- Created: 2019-01-28T10:25:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T14:26:53.000Z (17 days ago)
- Last Synced: 2024-12-22T02:36:21.373Z (4 days ago)
- Topics: ember, ember-addon, input
- Language: TypeScript
- Homepage:
- Size: 5.83 MB
- Stars: 21
- Watchers: 12
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![ember-amount-input-illustration](https://user-images.githubusercontent.com/15218861/189690446-b3f1189f-94b0-464a-8875-2b065160ba14.svg)
# ember-amount-input
![CI](https://github.com/qonto/ember-amount-input/workflows/CI/badge.svg)
[![Ember Observer Score](https://emberobserver.com/badges/ember-amount-input.svg)](https://emberobserver.com/addons/ember-amount-input)Easily create a money input with the currency of your liking.
## Compatibility
- Ember.js v3.28 or above
- TypeScript v5.0 or above
- Node.js v18 or above
- Embroider or ember-auto-import v2## Installation
```
ember install ember-amount-input
```## Usage
See the [documentation](DOCS.md) for details.
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).