You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| \`defaultOpenItems\` | \`unknown\` | No | | Default value for the uncontrolled state of the panel. |
194
194
| \`collapsible\` | \`boolean\` | No | | Indicates if Accordion support multiple Panels closed at the same time. |
195
195
| \`multiple\` | \`boolean\` | No | | Indicates if Accordion support multiple Panels opened at the same time. |
196
-
| \`navigation\` | \`\\"linear\\" \\"circular\\"\` | No | | @deprecated Arrow keyboard navigation is not recommended for accordions. Consider using Tree if arrow navigation is a hard requirement. Indicates if keyboard navigation is available and gives two options, linear or circular navigation. |
196
+
| \`navigation\` | \`\\"linear\\" \\\\| \\"circular\\"\` | No | | @deprecated Arrow keyboard navigation is not recommended for accordions. Consider using Tree if arrow navigation is a hard requirement. Indicates if keyboard navigation is available and gives two options, linear or circular navigation. |
197
197
| \`onToggle\` | \`AccordionToggleEventHandler<unknown>\` | No | | Callback to be called when the opened items change. |
198
198
| \`openItems\` | \`unknown\` | No | | Controls the state of the panel. |
| \`expandIconPosition\` | \`\\"start\\" \\"end\\"\` | No | | The position of the expand icon slot in heading. |
231
+
| \`button\` | \`NonNullable<WithSlotShorthandValue<ARIAButtonSlotProps<\\"a\\">> \\\\| null>\` | No | | The component to be used as button in heading |
232
+
| \`expandIcon\` | \`WithSlotShorthandValue<{ as?: \\"span\\"; } & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, \\"ref\\"> & { ...; }, \\"children\\"> & { ...; }> \\\\| null\` | No | | Expand icon slot rendered before (or after) children content in heading. |
233
+
| \`icon\` | \`WithSlotShorthandValue<{ as?: \\"div\\"; } & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, \\"ref\\"> & { ...; }, \\"children\\"> & { ...; }> \\\\| null\` | No | | Expand icon slot rendered before (or after) children content in heading. |
- [Components/Accordion](https://react.fluentui.dev/llms/components-accordion.txt): An accordion allows users to toggle the display of content by expanding or collapsing sections.
- [Accordion](https://react.fluentui.dev/llms/components-accordion.md): An accordion allows users to toggle the display of content by expanding or collapsing sections.
0 commit comments