8.2.3 • Published 10 months ago

@exmg/exmg-breadcrumbs v8.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

<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

8.2.3

10 months ago

8.2.2

10 months ago

8.2.1

10 months ago

8.2.0

10 months ago

9.0.4

1 year ago

9.0.3

1 year ago

9.0.1

2 years ago

8.1.35

2 years ago

8.1.34

2 years ago

8.1.31

2 years ago

8.1.33

2 years ago

8.1.32

2 years ago

8.1.29

3 years ago

8.1.17

4 years ago