Skip to content

Breadcrumbs

Wrapper with the nav tag.

jsx
import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs />;

BreadcrumbsProps

& {...}
NameTypeDescription
separatorReact.ReactNode Links divider
localestring Specifies the locale for i18n support

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.

jsx
import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs.Item />;

BreadcrumbsItemProps

& {...}
NameTypeDescription
activeboolean The property is responsible for the activity of the element
localestring Specifies the locale for i18n support

Released under the MIT License.

Released under the MIT License.