import * as React from 'react'; import { FocusZone } from '@fluentui/react/lib/FocusZone'; // TODO: move this file to Accordion import { Accordion } from '@fluentui/react-experiments/lib/Accordion'; export class CollapsibleSectionAccordionExample extends React.Component<{}, {}> { public render(): JSX.Element { return (
TODO: Add styling and state control so that only one item is expanded at a time