How to add a custom breadcrumb items?

I have a nested routes and in that nested routes list page the breadcrumb is not show. How to add a custom breadcrumb items to render it.

For example I have a list of users (I don't want to add a breadcrumb in this because it is shown is sider menu, which is fine), but now I have an action button that displays a list of posts related to user (now I want this posts list page to have a breadcrumb as
home -> users
), and if I go to create post page from this post list then I want a breadcrumb to be
home -> users -> posts
. How can I achieve this?
Was this page helpful?