PhoneInput

PhoneInput Component

stable
Playground
Props
PropTypeDefaultValue
defaultCountryselectUS | UK | DE | FR | JPβ€”
disabledbooleanβ€”
placeholdertextβ€”
labeltextβ€”
Default
WithValue
UKFormat
Disabled
PROPTYPEDEFAULTDESCRIPTION
defaultCountryselectβ€”Default country
disabledbooleanβ€”Disabled state
labeltextβ€”Label text
placeholdertextβ€”Placeholder text
Using PhoneInputtsx
import { PhoneInput } from '@/components/PhoneInput'

<PhoneInput
  defaultCountry="..."
  disabled="..."
  placeholder="..."
  label="..."
/>
Tokens Used
No design tokens detected