Skip to main content

LinkProps

Props of Link

Properties

children?

optional children: ReactNode

Child nodes rendered inside the link


className?

optional className: string

Additional CSS classes to apply to the link element


href

href: string

Destination URL for the link


id?

optional id: string

Id attribute for the link element


onClick?

optional onClick: VoidFuncNoParam

Click handler


openInNewTab?

optional openInNewTab: boolean

Whether the link should open in a new browser tab/window