Hi spiropoulos, both the components you mentioned are inbuilt functions that are supported by the React router dynamic breadcrumbs package. You have to import the ‘Breadcrumbs’ like I have done in the AppBreadCrumbs. tsx file. By default this package use bootstrap.css for the breadcrumbs html structure which gives the breadcrumbs a horizontal view. Therefore you need to add bootstrap.css to your project to apply the styles 🙂. I hope you got the answers.