https://github.com/johnvuko/intl-tel-input-rails
Ruby gem for intl-tel-input
https://github.com/johnvuko/intl-tel-input-rails
Last synced: 6 months ago
JSON representation
Ruby gem for intl-tel-input
- Host: GitHub
- URL: https://github.com/johnvuko/intl-tel-input-rails
- Owner: johnvuko
- Created: 2016-04-06T14:28:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T21:55:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T04:34:35.423Z (about 1 year ago)
- Language: JavaScript
- Size: 732 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# International Telephone Input
This gem packages the [intl-tel-input](https://github.com/jackocnr/intl-tel-input) assets (JavaScripts, stylesheets, and images) for the Rails asset pipeline.
Check the original documentation here:
[https://github.com/jackocnr/intl-tel-input](https://github.com/jackocnr/intl-tel-input)
## Installation
Include the gem in your Gemfile:
gem 'intl-tel-input'
Add the following to your application.js:
```
//= require intl-tel-input
```
Also add to your application.css:
```
/*
*= require intl-tel-input
*/
```