We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5cf2f commit a0e636cCopy full SHA for a0e636c
packages/react-core/src/components/Accordion/Accordion.tsx
@@ -16,7 +16,11 @@ export interface AccordionProps extends React.HTMLProps<HTMLDListElement> {
16
asDefinitionList?: boolean;
17
/** Flag to indicate the accordion had a border */
18
isBordered?: boolean;
19
- /** Flag to indicate if the accordion is plain */
+ /**
20
+ * Flag to indicate if the accordion uses plain styling. Only applicable when the PatternFly glass
21
+ * theme is active (e.g. `pf-v6-theme-glass` on the document root); when the glass theme is not
22
+ * active, this prop has no effect.
23
+ */
24
isPlain?: boolean;
25
/** Display size variant. */
26
displaySize?: 'default' | 'lg';
0 commit comments