Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sources of inspiration for navigation breadcrumbs

I'm looking for sources of inspiration and/or design patterns for navigation 'breadcrumbs'. So far I have found the breadcrumb collection on Pattern Tap. Does anyone know of any other sources?

like image 423
Charles Roper Avatar asked Sep 08 '08 13:09

Charles Roper


People also ask

How do you implement breadcrumb navigation?

Step 1: We simply add aria-label=”breadcrumb” to the nav element. Step 2: We next add class=”breadcrumb-item” in the list elements. Step 3: Add class=”breadcrumb-item active” in the current list element.

What are breadcrumbs on a navigation system?

Breadcrumbs are a secondary navigation aid that helps users easily understand the relation between their location on a page (like a product page) and higher level pages (a category page, for instance).

What are breadcrumbs and how are they useful in website navigation?

Breadcrumbs are a navigational aid that allows users to keep track of their current location on a website or interface. A breadcrumb trail displays the page a user is currently on and its relation to the pages they visited before it, or the hierarchy of higher level parent pages above the current page.

What is a breadcrumb explain with example?

A breadcrumb is a small text path, often located at the top of a page indicating where the user is on the site. On yoast.com, for instance, the path to our Yoast SEO plugin page is Home > WordPress Plugins > Yoast SEO for WordPress. This breadcrumb trail immediately shows you where you are.


1 Answers

The article 'Taming lists' from A List Apart has some good advice on CSS styling for breadcrumbs (look down for the heading 'Breadcrumb Trails').

like image 70
Matt Sheppard Avatar answered Oct 03 '22 18:10

Matt Sheppard