Skip to content

Commit 6da63ba

Browse files
committed
Add files
1 parent f89a4c6 commit 6da63ba

14 files changed

+9620
-3
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Raza Gill <[email protected]> (http://github.com/razagill)
2+
Nikita Lebedev <[email protected]> (http://github.com/bl00mber)
3+
Alex Plumb <[email protected]> (http://github.com/alexplumb)

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Raza Gill
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# react-phone-input-2
2-
Highly customizable phone input component with auto formatting.
1+
# material-ui-phone-input
2+
Highly customizable phone input component with auto formatting. Based on the wonderful <a href="https://github.com/bl00mber/react-phone-input-2">react-phone-input-2</a> package.
33

44
![alt tag](https://media.giphy.com/media/l378A8qFNzgiuPUre/giphy.gif)
55

66
## Installation
77

88
```shell-script
9-
npm install react-phone-input-2 --save
9+
npm install material-ui-phone-input --save
1010
```
1111

1212
## Usage

dist/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7+
<meta name="apple-mobile-web-app-capable" content="yes">
8+
<title>react-phone-input-test</title>
9+
</head>
10+
<body>
11+
<div id="root"></div>
12+
<script src="index.js"></script>
13+
</body>
14+
</html>

dist/index.js

+86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)