Class IgcAccordionComponent

The Accordion is a container-based component that can house multiple expansion panels and offers keyboard navigation.

Element

igc-accordion

Slot

  • Renders the expansion panels inside default slot.

Hierarchy

Hierarchy

  • LitElement
    • IgcAccordionComponent

Constructors

Properties

Returns all of the accordions's direct igc-expansion-panel children.

singleExpand: boolean = false

Allows only one panel to be expanded at a time.

Attr

single-expand

styles: CSSResult = styles
tagName: "igc-accordion" = 'igc-accordion'

Methods