Skip to main content

Link

A React component which renders an anchor tag and navigates to the specified route when clicked. This is useful when you want to use a React component in a Vendure UI plugin which navigates to a route in the admin-ui.

Example

Ts
Signature

Parameters

props

parameterPropsWithChildren<{ href: string; [props: string]: any }>
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page