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

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

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
*/
```