Link
Link(
props):null|ReactElement<any,string|JSXElementConstructor<any>>
A component used to render URLs.
In addition to applying styling your links, using this component ensures your URLs open in a new window. For security reasons, the sandboxed iframe extensions run in restrict modifying the current browsing context’s URL; extensions can, however, open links in a new window. We recommend using this component to ensure your links consistently work.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
props | LinkProps & RefAttributes<HTMLAnchorElement | HTMLButtonElement> |
Returns
Section titled “Returns”null | ReactElement<any, string | JSXElementConstructor<any>>