Skip to content

Breadcrumbs

Components5.9.2

Wrapper with the nav tag.

import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs />;
typeBreadcrumbsProps
BoxProps & {...}
PropertyDescription
React.ReactNode

Links divider

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 />;
typeBreadcrumbsItemProps
BoxProps & KeyboardFocusProps & {...}
PropertyDescription
boolean

The property is responsible for the activity of the element

string