Accordion api
NbAccordionComponent
Inputs
| Name | Type | Description |
| multi | boolean | Allow multiple items to be expanded at the same time. |
Methods
| Name | Description |
| closeAll() | returns: voidCloses all enabled accordion items. |
| openAll() | returns: voidOpens all enabled accordion items. |
NbAccordionItemComponent
Inputs
| Name | Type | Description |
| collapsed | boolean | Item is collapse ( |
| disabled | boolean | Item is disabled and cannot be opened. |
| expanded | boolean | Item is expanded ( |
Outputs
| Name | Type | Description |
| collapsedChange | EventEmitter<boolean> | Emits whenever the expanded state of the accordion changes. Primarily used to facilitate two-way binding. |
Methods
| Name | Description |
| close() | returns: voidCollapse the item. |
| open() | returns: voidOpen the item. |
| toggle() | returns: voidOpen/close the item |
Previous page
List
Next page
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.
