| label | Sets input label. | string |
| countryCodeAppendIcon | Adds an icon to the Country Code component. | string |
| locale | Sets the locale used for location. | string |
| phoneAppendIcon | Adds an icon to the phone component. | string |
| phoneNumber | Automatically filling in the phone number content after the prop is set. | string |
| fullPhoneNumber | If data entry is to be done manually, the desired number is entered by adding the country code to the beginning. | string |
| autoCompleteDisabled | Disables data entry into autocomplete. | boolean |
| textFieldDisabled | Disables data entry into text field. | boolean |
| required | It shows an error message if the phone number field is left blank. | boolean |
| visible | Visibility of PhoneInput component. | boolean |