Skip to content

Breadcrumbs

Wrapper with the nav tag.

jsx
import Breadcrumbs from 'intergalactic/breadcrumbs';
<Breadcrumbs />;
import Breadcrumbs from 'intergalactic/breadcrumbs';
<Breadcrumbs />;

BreadcrumbsProps

& {...}
NameTypeDescription
separatorReact.ReactNodeLinks divider
localestring

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 'intergalactic/breadcrumbs';
<Breadcrumbs.Item />;
import Breadcrumbs from 'intergalactic/breadcrumbs';
<Breadcrumbs.Item />;

BreadcrumbsItemProps

& & {...}
NameTypeDescription
activebooleanThe property is responsible for the activity of the element
localestring

Released under the MIT License.

Released under the MIT License.