Link
@wq/material’s <Link/>
component facilitates navigation between @wq/router routes. <Link/>
is formatted as a hyperlink, even when navigating to other app screens. In many cases, <ButtonLink/>
or <ListItemLink/>
may be more useful. <Link/>
should rarely be overridden.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference: