Skip to main content

Link()

Home > @backstage/core-components > Link

Thin wrapper on top of material-ui's Link component, which... - Makes the Link use react-router - Captures Link clicks as analytics events.

Signature:

function Link(props: LinkProps): JSX.Element

Parameters

ParameterTypeDescription
propsLinkProps

Returns:

JSX.Element