Accordion api

Overview
API
Theme
Examples

NbAccordionComponent

Inputs

NameTypeDescription
multiboolean

Allow multiple items to be expanded at the same time.

Methods

NameDescription
closeAll()
returns:void

Closes all enabled accordion items.

openAll()
returns:void

Opens all enabled accordion items.

NbAccordionItemComponent

Inputs

NameTypeDescription
collapsedboolean

Item is collapse (true by default)

disabledboolean

Item is disabled and cannot be opened.

expandedboolean

Item is expanded (false by default)

Outputs

NameTypeDescription
collapsedChangeEventEmitter<boolean>

Emits whenever the expanded state of the accordion changes. Primarily used to facilitate two-way binding.

Methods

NameDescription
close()
returns:void

Collapse the item.

open()
returns:void

Open the item.

toggle()
returns:void

Open/close the item

Stepper
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.