The ld-accordion-section component is a subcomponent for ld-accordion.
Please refer to the ld-accordion documentation for usage examples.
| Property | Attribute | Description | Type | Default | 
|---|---|---|---|---|
| expanded | expanded | Indicates that the accordion section is expanded. | boolean | undefined | 
| key | key | for tracking the node's identity when working with lists | string | number | undefined | 
| ref | ref | reference to component | any | undefined | 
| Event | Description | Type | 
|---|---|---|
| ldaccordionchange | Emitted on expansion and collapse. | CustomEvent<boolean> | 
graph TD;
  ld-cookie-consent --> ld-accordion-section
  ld-sidenav-accordion --> ld-accordion-section
  style ld-accordion-section fill:#f9f,stroke:#333,stroke-width:4pxBuilt with StencilJS