office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
36 lines • 2.35 kB
JavaScript
import * as React from 'react';
import { SelectedPeopleListBasicExample } from '../examples/SelectedPeopleList.Basic.Example';
import { SelectedPeopleListControlledExample } from '../examples/SelectedPeopleList.Controlled.Example';
var SelectedPeopleListBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Basic.Example.tsx');
var SelectedPeopleListBasicExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Basic.Example.tsx');
var SelectedPeopleListControlledExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Controlled.Example.tsx');
var SelectedPeopleListControlledExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/SelectedItemsList/examples/SelectedPeopleList.Controlled.Example.tsx');
export var 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 (uncontrolled)',
code: SelectedPeopleListBasicExampleCode,
codepenJS: SelectedPeopleListBasicExampleCodepen,
view: React.createElement(SelectedPeopleListBasicExample, null)
},
{
title: 'Selected People List (controlled)',
code: SelectedPeopleListControlledExampleCode,
codepenJS: SelectedPeopleListControlledExampleCodepen,
view: React.createElement(SelectedPeopleListControlledExample, 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