3p-core v2.1.4
3p-core / IAccordionProps
Interface: IAccordionProps
Props accepted by Accordion.
Properties
Property | Type | Default value | Description |
---|
defaultOpen? | boolean | false | Whether the accordion starts in the open state. Ignored if staticMode is true |
staticMode? | boolean | false | Whether the accordion is seen as a section. No expand or collapse in this mode - Expanded by default. |
title | string | undefined | The text shown next to the chevron. |