Skip to content

LinkProps

LinkProps: object

Type declaration

NameTypeDescription
childrenReact.ReactNodeContent to render within the element.
classNamestringA class property to attach to the element. See Element.className
externalbooleanIndicates whether or not the link references a URL outside of the Netlify app. Default true
hrefstringThe URL that the Link points to.
internalbooleanIndicates whether or not the link references a URL inside of the Netlify app. Default false