react-simple-phone-input 3.1.6 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,11 @@ A simple and customizable react phone number dropdown component. It can mixed up
|
|
|
8
8
|
[](https://github.com/siamahnaf198/react-simple-phone-input)
|
|
9
9
|
[](https://github.com/siamahnaf198/react-simple-phone-input/blob/main/LICENSE)
|
|
10
10
|
|
|
11
|
+
- SSR Fiendly
|
|
12
|
+
- Customizable
|
|
13
|
+
- Multi Design
|
|
14
|
+
- Search country
|
|
15
|
+
|
|
11
16
|
## Installation
|
|
12
17
|
|
|
13
18
|
```shell-script
|
|
@@ -18,8 +23,7 @@ $ npm i react-simple-phone-input --save
|
|
|
18
23
|
|
|
19
24
|
```jsx
|
|
20
25
|
import { PhoneInput } from "react-simple-phone-input";
|
|
21
|
-
|
|
22
|
-
//const { PhoneInput } = require("react-simple-phone-input")
|
|
26
|
+
import "react-simple-phone-input/dist/style.css";
|
|
23
27
|
|
|
24
28
|
<PhoneInput
|
|
25
29
|
country="US"
|