office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
41 lines • 2.48 kB
JavaScript
define(["require", "exports", "react", "./examples/OverflowSet.Custom.Example", "./examples/OverflowSet.Basic.Example", "./examples/OverflowSet.Vertical.Example", "./OverflowSet.checklist"], function (require, exports, React, OverflowSet_Custom_Example_1, OverflowSet_Basic_Example_1, OverflowSet_Vertical_Example_1, OverflowSet_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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