Phone Input
InteractionsPhone number input
phoneinputformat
Installation
$
Usage
tsx
import { PhoneInput } from "@/components/nonaxial/phone-input"
export default function Example() {
return (
<PhoneInput>{/* Your content here */}</PhoneInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |