UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

34 lines 2.08 kB
import * as React from 'react'; import { ProgressIndicatorBasicExample } from './examples/ProgressIndicator.Basic.Example'; import { ProgressIndicatorIndeterminateExample } from './examples/ProgressIndicator.Indeterminate.Example'; import { ProgressIndicatorStatus } from './ProgressIndicator.checklist'; var ProgressIndicatorBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/examples/ProgressIndicator.Basic.Example.tsx'); var ProgressIndicatorIndeterminateExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/examples/ProgressIndicator.Indeterminate.Example.tsx'); export var ProgressIndicatorPageProps = { title: 'ProgressIndicator', componentName: 'ProgressIndicator', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/ProgressIndicator', componentStatus: ProgressIndicatorStatus, examples: [ { title: 'Default ProgressIndicator', code: ProgressIndicatorBasicExampleCode, view: React.createElement(ProgressIndicatorBasicExample, null) }, { title: 'Indeterminate ProgressIndicator', code: ProgressIndicatorIndeterminateExampleCode, view: React.createElement(ProgressIndicatorIndeterminateExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/ProgressIndicator.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/ProgressIndicator/docs/ProgressIndicatorDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; //# sourceMappingURL=ProgressIndicator.doc.js.map