Skip to main content

Link

View as Markdown

The <Link/> component renders a link to a resource in EventCatalog.

EventCatalog handles links depending on your configuration file (e.g trailing slashes, etc), using this component creates links that are consistent with your EventCatalog configuration.

Basic Example

<Link href="/my/awesome/page">My Awesome Page</Link>

Props

NameTypeDefaultDescription
hrefstringnoneThe href of the link.

Support

The <Link/> component is supported on all EventCatalog pages.