packages/components/eui-accordion/eui-accordion-item.component.ts
Directive for marking and styling the header content of an accordion item. Applied to content that should appear in the clickable header section of the accordion panel. The header acts as the toggle trigger for expanding/collapsing the accordion item. Content projected with this directive is displayed with appropriate styling and interactive behavior.
Example :<eui-accordion-item>
<eui-accordion-item-header>
Section Title
</eui-accordion-item-header>
Panel content
</eui-accordion-item>| Selector | eui-accordion-item-header |