PhoneLink
Component | Source Code
extends LinkProps
Props Inheritance Hierarchy: ComponentPropsWithRef<“a”> -> LinkProps
A link that allows a shortcut to call a phone number.
If you don’t include any children, the link will use the phone number for its text.
Properties
Section titled “Properties”phoneNumber: string
Section titled “phoneNumber: string”disableExternalNewTab?: boolean
Section titled “disableExternalNewTab?: boolean”(Optional, defaults to false) Whether the feature of opening links marked
external in a new tab should be disabled.
external?: boolean
Section titled “external?: boolean”(Optional, defaults to false) Whether the link is external. An external
link will be accompanied by a small icon if using JTJS’ styling.
Will also request that the browser open the link in a new tab. This can be
disabled with disableExternalNewTab.