Home > General Components > HomeLink

HomeLink

@wq/material’s <HomeLink/> component displays a link to the index page with a “Home” icon. It is only used in <Breadcrumbs/> but is defined separately to make it easier to override. <HomeLink/> is analogous to <a href="/"> in HTML.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • HomeLink.js (@wq/material-web)
  • HomeLink.js (@wq/material-native)

The @wq/material-native implementation is currently just a placeholder.