PhoneField
- React
To implement PhoneField component into your project you'll need to add the import:
import { PhoneField } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PhoneField
label="Phone"
onChange={() => {}}
value={{ value: "603123456", countryCode: "CZ" }}
data-testid="phoneField"
/>