1.8.1 • Published 3 years ago
@finastra/breadcrumb v1.8.1
Breadcrumb
The Breadcrumb component is a navigational helper. It accepts a list of labels (strings) as an input and dispatches a selected event each time the user clicks on a label.
Usage
Import
npm i @finastra/breadcrumbimport '@finastra/breadcrumb';
...
<fds-breadcrumb items="[
{
label: 'Home',
link: '#'
},
{
label: 'Link 2',
link: '#link-2'
},
{
label: 'Link 3',
link: '#link-2/link-3'
}
]"></fds-breadcrumb>API
Properties
| Property | Attribute | Type | Default | Description |
|---|---|---|---|---|
items | items | Array | [] | A list of items to display |
Events
| Event | Type |
|---|---|
selected | CustomEvent<{ item: Crumb; }> |
CSS Custom Properties
| Property | Type | Default | Description |
|---|---|---|---|
--fds-breadcrumb-divider | "'/'" | Set the character used as divider between items | |
--fds-breadcrumb-divider-color | color | "auto" | Set the character used as divider between items |
1.8.1
3 years ago
1.8.0
3 years ago
1.7.0
3 years ago
1.6.0
3 years ago
1.4.2
3 years ago
1.5.0
3 years ago
1.4.1
3 years ago
1.4.0
3 years ago
1.3.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.1.3
3 years ago
1.0.4
3 years ago
1.2.1
3 years ago
1.1.2
3 years ago
1.2.9
3 years ago
1.2.12
3 years ago
1.2.13
3 years ago
1.2.10
3 years ago
1.2.11
3 years ago
1.2.16
3 years ago
1.2.17
3 years ago
1.2.14
3 years ago
1.2.15
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.42
4 years ago
0.0.44
3 years ago
1.0.3
3 years ago
0.0.41
4 years ago
0.0.40
4 years ago
0.0.39
4 years ago
0.0.38
4 years ago
0.0.37
4 years ago
0.0.36
4 years ago