Documentation

Link Attribute

Or copy link

Link Attribute

Estimated reading: minutes 7 views

7 views
Min read

In normal HTML we use <a> tag to render the link, while in the React Next JS template we should not use <a> tag, instead we can use the Next.JS Link component. You can check this guideline for more details about the Link component.

Note: According to the guideline, before using the Link component, we should import the component, but please note here that in the t3headless template, we don’t need to import the Link component before using it.

Share

Leave a Comment