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