Skip to main content
Version: 1.0.0

IAccordionProps

@spartanfx/react v1.0.0


@spartanfx/react / IAccordionProps

Interface: IAccordionProps

Props accepted by Accordion.

Properties

PropertyTypeDefault valueDescription
defaultOpen?booleanfalseWhether the accordion starts in the open state. Ignored if staticMode is true
staticMode?booleanfalseWhether the accordion is seen as a section. No expand or collapse in this mode - Expanded by default.
titlestringundefinedThe text shown next to the chevron.