Breadcrumbs
Components4.4.26
Breadcrumbs
Wrapper with the nav
tag.
import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs />;
interface
IBreadcrumbsProps extends IBoxProps
Property | Description |
---|---|
separator React.ReactNode | Links divider |
locale string |
Breadcrumbs.Item
A page in a hierarchical navigation structure, with the a
tag by default, if inactive. The active item is usually the last one in the link hierarchy.
import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs.Item />;
interface
IBreadcrumbsItemProps extends IBoxProps
, IKeyboardFocusProps
Property | Description |
---|---|
active boolean | The property is responsible for the activity of the element |
locale string |