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 placeholder="Enter phone number" />
}





