9.0.4 • Published 3 months ago

@exmg/exmg-breadcrumbs v9.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

9.0.4

3 months ago

9.0.3

3 months ago

9.0.1

3 months ago

8.1.35

8 months ago

8.1.34

10 months ago

8.1.31

12 months ago

8.1.33

11 months ago

8.1.32

12 months ago

8.1.29

2 years ago

8.1.17

2 years ago