react17-intl-tel-input
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

React17-Intl-Tel-Input

Original Demo & Examples

Live demo: patw0929.github.io/react-intl-tel-input

To build the examples locally, run:

yarn
yarn website:start

Then open localhost:3000 in a browser.

Installation

yarn add react17-intl-tel-input

TypeScript

react17-intl-tel-input ships with official type declarations out of the box.

Usage

import IntlTelInput from 'react17-intl-tel-input'
import 'react17-intl-tel-input/dist/main.css'

;<IntlTelInput
  containerClassName="intl-tel-input"
  inputClassName="form-control"
/>

Properties

Please see the original Demo Page

Development (src and the build process)

To build, watch and serve the examples (which will also watch the component source), run yarn website:start.

You can prepare a distribution build using yarn build.

Contributing

Any kind of contribution including proposals, doc improvements, enhancements, bug fixes are always welcome.

To contribute to react17-intl-tel-input, clone this repo locally and commit your code on a separate branch. Please write tests for your code, and run the linter before opening a pull-request:

yarn test    # if you are enhancing the JavaScript modules
yarn test:ts # if you are enhancing the TypeScript type declarations
yarn lint

Also, please let us know if you encounter any issue by filing an issue

Inspired by

react-intl-tel-input - @patw0929

International Telephone Input - @jackocnr

License

MIT

Package Sidebar

Install

npm i react17-intl-tel-input

Weekly Downloads

36

Version

0.0.3

License

MIT

Unpacked Size

239 kB

Total Files

28

Last publish

Collaborators

  • jd-oconnor