Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@exmg/exm-breadcrumbs

Package Overview
Dependencies
Maintainers
16
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exmg/exm-breadcrumbs

latest
npmnpm
Version
1.1.30
Version published
Maintainers
16
Created
Source

<exm-breadcrumbs> Published on npm

@exmg/exm-breadcrumbs

Component to render breadcrumbs within a page or component with the option to enable / disable arrow seperator

Installation

npm install @exmg/exm-breadcrumbs

Example Usage

Standard

@state()
private items = [
   {href: '/home', content: 'Home page'},
   {href: '/users', content: 'User List'},
   {href: '/users/1234', content: 'Mark'},
   {href: '/users/1234/details', content: 'Details'},
 ];
<exm-breadcrumbs .items="${this.items}"></exm-breadcrumbs>

API

Slots

NameDescription
defaultButton to handle copy to clipboard

Properties/Attributes

NameTypeDefaultDescription
itemsarray[]The items displayed by the breadcrumbs
arrowSeperatorbooleanfalseWhether or not to display the arrow seperator

Methods

None

Events

None

CSS Custom Properties

None

Additional references

Keywords

web-components

FAQs

Package last updated on 24 Sep 2025

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