Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@umbraco-ui/uui-breadcrumbs
Advanced tools
This package contains two web components - uui-breadcrumb-item and uui-breadcrumbs. They can be used as an additional navigation to allow users to keep track and maintain awareness of their location.
Preview the component on Storybook
npm i @umbraco-ui/uui-breadcrumbs
Import the registration of <uui-breadcrumbs>
, <uui-breadcrumb-item>
via:
import '@umbraco-ui/uui-breadcrumbs';
When looking to leverage the UUIBreadcrumbsElement
or UUIBreadcrumbItemElement
base class as a type and/or for extension purposes, do so via:
import {
UUIBreadcrumbsElement,
UUIBreadcrumbItemElement,
} from '@umbraco-ui/uui-breadcrumbs';
<uui-breadcrumbs>
<uui-breadcrumb-item href="https://...">Item 1</uui-breadcrumb-item>
<uui-breadcrumb-item href="https://...">Item 2</uui-breadcrumb-item>
<uui-breadcrumb-item href="https://...">Item 3</uui-breadcrumb-item>
</uui-breadcrumbs>
1.9.0-rc.0 (2024-07-11)
rel
property to relevant elements to override default behavior (#814) (cf81c2d)FAQs
This package contains two web components - uui-breadcrumb-item and uui-breadcrumbs. They can be used as an additional navigation to allow users to keep track and maintain awareness of their location.
The npm package @umbraco-ui/uui-breadcrumbs receives a total of 724 weekly downloads. As such, @umbraco-ui/uui-breadcrumbs popularity was classified as not popular.
We found that @umbraco-ui/uui-breadcrumbs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.