import * as React from 'react'; import { Button } from '@uifabric/experiments'; import { IStackProps, Spinner, Stack } from 'office-ui-fabric-react'; const stackProps: IStackProps = { tokens: { childrenGap: 16 }, padding: 8, maxWidth: 400 }; export class SlotsIconExample extends React.Component<{}, {}> { public render(): JSX.Element { return (