Breadcrumb

Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS. When link is not set, the breadcrumb item is active. Active item overrides href and span element is rendered instead of hyperlink tag.

Example

<BreadCrumb breadcrumbs={[
	{title:"title1", link:"../.."},
	{title:"title2", link:"../.."},
	{title:"title3"}
]}/>

API

import BreadCrumb from "erxes-ui/lib/components/breadcrumb/BreadCrumb";
  • required prop
NAMETYPEDESCRIPTION
title*stringShows title of the breadcrumb item
linkstringDefine a hyperlink

Was this page helpful?