You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-breadcrumbs

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-breadcrumbs

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.

1.10.0-rc.0
Source
npm
Version published
Weekly downloads
1.1K
8.69%
Maintainers
0
Weekly downloads
 
Created
Source

uui-breadcrumbs

npm

See it in action

Preview the component on Storybook

Installation

ES imports

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';

Usage

<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>

Keywords

Umbraco

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

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.

Install

Related posts