PreviewCodeStyle: US About The InputPhone component is built on top of React Phone Number Input. Installation CLIManualnpx nyxb@latest add input-phoneCopy Usage import { InputPhone } from "~/components/ui/input-phone"Copy const [value, setValue] = React.useState("") return <InputPhone value={value} onChange={setValue} />Copy Examples Default PreviewCodeStyle: US Setting default country PreviewCodeStyle: US Setting force international format PreviewCodeStyle: US Setting force national format PreviewCodeStyle: US Setting initial value format PreviewCodeStyle: Form PreviewCodeStyle: Phone NumberPlease enter a valid phone number.Submit