Skip to content

LinkProps

LinkProps = object

PropertyTypeDescription
childrenReact.ReactNodeContent to render within the element.
className?stringA class property to attach to the element. See Element.className
external?booleanIndicates whether or not the link references a URL outside of the Netlify app. Default true
href?stringThe URL that the Link points to.
internal?booleanIndicates whether or not the link references a URL inside of the Netlify app. Default false