Jenis Input untuk Nomor Ponsel di React JS

<PhoneInput
  defaultCountry="IN"
  value={value}
  onChange={setValue}/>
Saloni Fernandes