Breadcrumbs
Components5.9.2
Breadcrumbs
Wrapper with the nav
tag.
import Breadcrumbs from '@semcore/ui/breadcrumbs';
<Breadcrumbs />;
type
BreadcrumbsProps
BoxProps & {...}
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 />;
type
BreadcrumbsItemProps
BoxProps & KeyboardFocusProps & {...}
Property | Description |
---|---|
active boolean | The property is responsible for the activity of the element |
locale string |