Implement breadcrumb links, replace element links with breadcrumb links
Created by: tjkandala
Closes #13651 (closed)
useBreadcrumb
and setBreadcrumb
now accept a link
object as an alternative to element
. This allows Breadcrumbs
to make decisions on whether to render a link or plain text depending on breadcrumb position, which is something that the caller would have insufficient information to do.
Also replaces <Link />
elements with link
objects.