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
readOnly
value="+12125551234"
placeholder="Enter phone number"
/>
)
}





