0.0
No release in over 3 years
Low commit activity in last 3 years
intl-tel-input's JavaScript, CSS, and image files packaged for the Rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

International Telephone Input

This gem packages the 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

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