UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

33 lines 1.86 kB
import * as React from 'react'; import { GroupedListBasicExample } from './examples/GroupedList.Basic.Example'; import { GroupedListCustomExample } from './examples/GroupedList.Custom.Example'; 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'); var GroupedListBasicExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/GroupedList/examples/GroupedList.Basic.Example.tsx'); var GroupedListCustomExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/GroupedList/examples/GroupedList.Custom.Example.tsx'); export var GroupedListPageProps = { title: 'GroupedList', componentName: 'GroupedList', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/GroupedList', examples: [ { title: 'GroupedList basic example', code: GroupedListBasicExampleCode, codepenJS: GroupedListBasicExampleCodepen, view: React.createElement(GroupedListBasicExample, null) }, { title: 'GroupedList example with custom header and footer', code: GroupedListCustomExampleCode, codepenJS: GroupedListCustomExampleCodepen, view: React.createElement(GroupedListCustomExample, null) } ], 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