Const
A component that creates an HTML anchor element.
Props to pass to the Link component. See LinkProps
Link
function MyComponent() { return ( <Link href="https://www.sanity.io" target="_blank" replace> Go to Sanity </Link> )} Copy
function MyComponent() { return ( <Link href="https://www.sanity.io" target="_blank" replace> Go to Sanity </Link> )}
A component that creates an HTML anchor element.