IAccordionProps
@spartanfx/react / index / IAccordionProps
Interface: IAccordionProps
Props accepted by Accordion.
Properties
Required
| Property | Type | Default | Description |
|---|---|---|---|
title | string | - | The text shown next to the chevron. |
Options
Appearance & theming
| Property | Type | Default | Description |
|---|---|---|---|
appearance? | AppearanceMode | AppearanceMode.light | Visual appearance mode - light or dark theme support |
classes? | IAccordionClassNames | - | CSS class name overrides for component elements. |
className? | string | - | Additional CSS class name for the root element. |
style? | CSSProperties | - | Inline styles for the root element. |
tokens? | IAccordionTokens | - | Design tokens for theming. |