Components
ReUI Phone Input with the first 8 official ReUI examples, preserved from the MIT-licensed source registry.

import { PhoneInput } from "@/components/ui/reui-phone-input"
export default function Pattern() {
return (
<PhoneInput
variant="sm"
placeholder="Enter phone number"
defaultCountry="NL"
value="+31612345678"
/>
)
}





