Skip to content

Breadcrumbs

Components
4.4.26

Wrapper with the nav tag.

import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs />;
interface
IBreadcrumbsProps extends IBoxProps
PropertyDescription
separator
React.ReactNode

Links divider

locale
string

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
PropertyDescription
active
boolean

The property is responsible for the activity of the element

locale
string