Socket
Socket
Sign inDemoInstall

@exmg/exmg-breadcrumbs

Package Overview
Dependencies
14
Maintainers
18
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @exmg/exmg-breadcrumbs

# @exmg/exmg-breadcrumbs


Version published
Maintainers
18
Install size
3.63 MB
Created

Readme

Source

<exmg-breadcrumbs> Published on npm

@exmg/exmg-breadcrumbs

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

Installation

npm install @exmg/exmg-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'},
 ];
<exmg-breadcrumbs .items="${this.items}"></exmg-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

FAQs

Last updated on 14 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc