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" />; }