Breadcrumb
The Breadcrumb navigation provides links to some of the main previousPage within the navigational hierarchy the user navigated through and shows the user's current location in the widget.
Examples
color
<Breadcrumb pages={[ { title: 'first', href: '/first' }, { title: 'second', // last item doesn't need href } ]} />