Skip to content

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

ParameterType
propsLinkProps & RefAttributes<HTMLAnchorElement | HTMLButtonElement>

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Param

Param