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:
The @wq/material-native implementation is currently just a placeholder.