Breadcrumbs navigation

Does anyone achived any way to do a breadcrumb navigation component ?

example
Home>Product>Details>

and each one is like hyperlinked to go back in navigation for example

and is there anywork around for it or a way ?

You can simply build it and dynamically bind it right? Where are you stuck?

The problem lies in the modal popups where I want to open another modal over the modal and sometimes the data is a child of a parent that is using the modal via an object and I need to open another model that has the same object and go back its kinda hectic to build up each time 3 modals which are exactly the same content

Do you need to be using Modals? Just from the sound of it, it seems like pages would be a better fit.

I agree with Micah