UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

42 lines 2.14 kB
import * as React from 'react'; import { OverflowSetCustomExample } from './examples/OverflowSet.Custom.Example'; import { OverflowSetBasicExample } from './examples/OverflowSet.Basic.Example'; import { OverflowSetVerticalExample } from './examples/OverflowSet.Vertical.Example'; import { OverflowSetStatus } from './OverflowSet.checklist'; var OverflowSetCustomExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/OverflowSet/examples/OverflowSet.Custom.Example.tsx'); var OverflowSetBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/OverflowSet/examples/OverflowSet.Basic.Example.tsx'); var OverflowSetVerticalExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/OverflowSet/examples/OverflowSet.Vertical.Example.tsx'); export var OverflowSetPageProps = { title: 'OverflowSet', componentName: 'OverflowSet', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/OverflowSet', componentStatus: OverflowSetStatus, examples: [ { title: 'OverflowSet Basic Example', code: OverflowSetBasicExampleCode, view: React.createElement(OverflowSetBasicExample, null) }, { title: 'OverflowSet Vertical Example', code: OverflowSetVerticalExampleCode, view: React.createElement(OverflowSetVerticalExample, null) }, { title: 'OverflowSet Custom Example', code: OverflowSetCustomExampleCode, view: React.createElement(OverflowSetCustomExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/OverflowSet/OverflowSet.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/OverflowSet/docs/OverflowSetOverview.md'), bestPractices: '', dos: '', donts: '', isHeaderVisible: true, isFeedbackVisible: true, allowNativeProps: true }; //# sourceMappingURL=OverflowSet.doc.js.map