import * as React from 'react'; import { ProgressIndicatorBasicExample } from './ProgressIndicator.Basic.Example'; import { IDocPageProps } from '@fluentui/react/lib/common/DocPage.types'; import { ProgressIndicatorIndeterminateExample } from './ProgressIndicator.Indeterminate.Example'; const ProgressIndicatorBasicExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/ProgressIndicator.Basic.Example.tsx') as string; const ProgressIndicatorIndeterminateExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/ProgressIndicator.Indeterminate.Example.tsx') as string; export const ProgressIndicatorPageProps: IDocPageProps = { title: 'ProgressIndicator', componentName: 'ProgressIndicator', componentUrl: 'https://github.com/microsoft/fluentui/tree/master/packages/react/src/components/ProgressIndicator', examples: [ { title: 'Default ProgressIndicator', code: ProgressIndicatorBasicExampleCode, view: , }, { title: 'Indeterminate ProgressIndicator', code: ProgressIndicatorIndeterminateExampleCode, view: , }, ], overview: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/docs/ProgressIndicatorOverview.md'), bestPractices: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/docs/ProgressIndicatorBestPractices.md'), dos: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/docs/ProgressIndicatorDos.md'), donts: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/ProgressIndicator/docs/ProgressIndicatorDonts.md'), isHeaderVisible: true, isFeedbackVisible: true, };