UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

27 lines 1.59 kB
define(["require", "exports", "react", "../examples/SelectedPeopleList.Basic.Example"], function (require, exports, React, SelectedPeopleList_Basic_Example_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PeopleSelectedItemsListExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Basic.Example.tsx'); exports.SelectedPeopleListPageProps = { title: 'SelectedPeopleList', componentName: 'SelectedPeopleList', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/SelectedPeopleList', examples: [ { title: 'Selected People List', code: PeopleSelectedItemsListExampleCode, view: React.createElement(SelectedPeopleList_Basic_Example_1.PeopleSelectedItemsListExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/BaseSelectedItemsList.types.ts') ], overview: '', bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/docs/SelectedPeopleListDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/docs/SelectedPeopleListDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; }); //# sourceMappingURL=SelectedPeopleList.doc.js.map