Skip to main content

Link

Link(LinkProps): Element

Customizable Next.js Link component

Parameters

LinkProps

LinkProps

LinkProps

Returns

Element

Example

 <Link href="https://example.com" openInNewTab={true} onClick={...}>
External Link
</Link>