@spartanfx/react v1.0.0
@spartanfx/react / 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. |