Vaadin 8 Breadcrumb

Hi everyone,

Is there a way to write breadcrumbs instead of using an existing add-on. I see that it is no longer supported. Is there another way to do it?

Thanks,
Ical

Yes, absolutely. For instance have a layout where you add/remove (styled) buttons depending on where in your hierarchy you are. Depending on your application’s design you can then navigate to a particular view upon a button click and/or use a fragment to dynamically create some content.

You may find https://vaadin.com/docs/v8/framework/advanced/advanced-navigator.html and https://vaadin.com/docs/v8/framework/advanced/advanced-urifu.html helpful.