Dropdown Breadcrumbs
A breadcrumb solution that exposes the last item for small screens and reveals the rest of the items in the trail when clicked. The entire trail is exposed when space becomes available.
Pros
- Saves space by only exposing the last element in the breadcrumb trail.
- Small screen users are still able to traverse the breadcrumb trail
Cons
- Accordion-like control doesn't necessarily map nicely to breadcrumb interaction
- JS dependancy - not necessarily a con, but worth keeping in mind that the Javascript dependency means more testing and consideration