UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

44 lines 2.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var OverflowSet_Custom_Example_1 = require("./examples/OverflowSet.Custom.Example"); var OverflowSet_Basic_Example_1 = require("./examples/OverflowSet.Basic.Example"); var OverflowSet_Vertical_Example_1 = require("./examples/OverflowSet.Vertical.Example"); var OverflowSet_checklist_1 = require("./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'); exports.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: OverflowSet_checklist_1.OverflowSetStatus, examples: [ { title: 'OverflowSet Basic Example', code: OverflowSetBasicExampleCode, view: React.createElement(OverflowSet_Basic_Example_1.OverflowSetBasicExample, null) }, { title: 'OverflowSet Vertical Example', code: OverflowSetVerticalExampleCode, view: React.createElement(OverflowSet_Vertical_Example_1.OverflowSetVerticalExample, null) }, { title: 'OverflowSet Custom Example', code: OverflowSetCustomExampleCode, view: React.createElement(OverflowSet_Custom_Example_1.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