packages/ecl/components/ecl-navigation-list/ecl-navigation-list.component.ts
Navigation lists provide users with a quick way to scan through items and access the information they are looking for. It can offer a quick description of the parent page and/or display child pages that belong to it.
| selector | ecl-navigation-list |
| templateUrl | ecl-navigation-list.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| columns |
Type : number
|
Default value : 2
|
|
Property that describes how many columns the navigation list has. Default value is 2. |
| hasBorders |
Type : boolean
|
Default value : true
|
|
Property that describes if each item will have a border. Default is 'true'. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| listItems |
Type : QueryList<EclNavigationListItemComponent>
|
Decorators :
@ContentChildren(undefined)
|
|
The list of navigation list items. |
| cssClasses |
getcssClasses()
|