funkwhale/front/ui-docs/components/ui/link.md

351 B

Link

Will render an <a href...> element.

This component only adds some styles to a <RouterLink>.


<Link to="/">
  Home
</Link>

Home

Instead of a route, you can set the prop to to any web address starting with http.