---
template: Example
---

# `<NuxtLink>`

This example shows different ways to use `<NuxtLink>`.

::alert{type=info icon=💡}
`components/MyNuxtLink.ts` defines a custom `<NuxtLink>`.
::

::ReadMore{link="/api/components/nuxt-link"}
::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}