Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qonto/ember-phone-input
An Ember.js component to handle international phone numbers.
https://github.com/qonto/ember-phone-input
ember ember-addon input phone-number
Last synced: 4 days ago
JSON representation
An Ember.js component to handle international phone numbers.
- Host: GitHub
- URL: https://github.com/qonto/ember-phone-input
- Owner: qonto
- License: mit
- Created: 2018-09-10T12:34:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T06:02:59.000Z (16 days ago)
- Last Synced: 2024-12-14T04:04:46.796Z (12 days ago)
- Topics: ember, ember-addon, input, phone-number
- Language: TypeScript
- Homepage:
- Size: 24.2 MB
- Stars: 26
- Watchers: 13
- Forks: 34
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![ember-phone-input-illustration](https://user-images.githubusercontent.com/15218861/189689656-b468ab1d-d2b7-4145-a9a6-0f4d6e6d240e.svg)
# ember-phone-input
![CI](https://github.com/qonto/ember-phone-input/workflows/CI/badge.svg)
[![Ember Observer Score](https://emberobserver.com/badges/ember-phone-input.svg)](https://emberobserver.com/addons/ember-phone-input)Easily create phone input. With internationalization and validation in mind.
## Documentation & Usage
See the [documentation](DOCS.md) for details.
## Installation
```
ember install ember-phone-input
```## Compatibility
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- ember-auto-import v2 or above (ember-phone-input@6 is compatible with previous
versions of ember-auto-import)
- Node.js v18 or above
- TypeScript v5.0 or above## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).