UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

34 lines 1.99 kB
define(["require", "exports", "react", "./examples/GroupedList.Basic.Example", "./examples/GroupedList.Custom.Example", "./GroupedList.checklist"], function (require, exports, React, GroupedList_Basic_Example_1, GroupedList_Custom_Example_1, GroupedList_checklist_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GroupedListBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/GroupedList/examples/GroupedList.Basic.Example.tsx'); var GroupedListCustomExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/GroupedList/examples/GroupedList.Custom.Example.tsx'); exports.GroupedListPageProps = { title: 'GroupedList', componentName: 'GroupedList', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/GroupedList', componentStatus: GroupedList_checklist_1.GroupedListStatus, examples: [ { title: 'GroupedList basic example', code: GroupedListBasicExampleCode, view: React.createElement(GroupedList_Basic_Example_1.GroupedListBasicExample, null) }, { title: 'GroupedList example with custom header and footer', code: GroupedListCustomExampleCode, view: React.createElement(GroupedList_Custom_Example_1.GroupedListCustomExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/GroupedList/GroupedList.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/GroupedList/docs/GroupedListOverview.md'), bestPractices: '', dos: '', donts: '', isHeaderVisible: true, isFeedbackVisible: true }; }); //# sourceMappingURL=GroupedList.doc.js.map