Phone Input
A phone number input with country code selection.
Input component for international phone numbers.
Usage
import { PhoneInput } from "@delphi/ui";
export function Example() {
return <PhoneInput placeholder="Enter phone number" />;
}A phone number input with country code selection.
Input component for international phone numbers.
import { PhoneInput } from "@delphi/ui";
export function Example() {
return <PhoneInput placeholder="Enter phone number" />;
}