LinkProps
Props of Link
Properties
children?
optionalchildren:ReactNode
Child nodes rendered inside the link
className?
optionalclassName:string
Additional CSS classes to apply to the link element
href
href:
string
Destination URL for the link
id?
optionalid:string
Id attribute for the link element
onClick?
optionalonClick:VoidFuncNoParam
Click handler
openInNewTab?
optionalopenInNewTab:boolean
Whether the link should open in a new browser tab/window