
childrenReact.ReactNodeUse the active prop to set the active state of the tab. This should usually be the last item in the list.
View code
Wrap the Breadcrumbs.Item in a link component to make it a navigatable. This can be an anchor tag or a Link component from a router library like React Router or NextJS.
View code
You can also alternatively use onClick for navigation.
View code