LinkProps
LinkProps:
object
Type declaration
Name | Type | Description |
---|---|---|
children | React.ReactNode | Content to render within the element. |
className | string | A class property to attach to the element. See Element.className |
external | boolean | Indicates whether or not the link references a URL outside of the Netlify app. Default true |
href | string | The URL that the Link points to. |
internal | boolean | Indicates whether or not the link references a URL inside of the Netlify app. Default false |