UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

56 lines 3.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var ChoiceGroup_Basic_Example_1 = require("./examples/ChoiceGroup.Basic.Example"); var ChoiceGroup_Custom_Example_1 = require("./examples/ChoiceGroup.Custom.Example"); var ChoiceGroup_Image_Example_1 = require("./examples/ChoiceGroup.Image.Example"); var ChoiceGroup_Icon_Example_1 = require("./examples/ChoiceGroup.Icon.Example"); var ChoiceGroup_checklist_1 = require("./ChoiceGroup.checklist"); var ChoiceGroupBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Basic.Example.tsx'); var ChoiceGroupBasicExampleCodepen = require('!raw-loader!office-ui-fabric-react/lib/codepen/components/ChoiceGroup/ChoiceGroup.Basic.Example.Codepen.txt'); var ChoiceGroupCustomExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Custom.Example.tsx'); var ChoiceGroupImageExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Image.Example.tsx'); var ChoiceGroupIconExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Icon.Example.tsx'); var ChoiceGroupIconExampleCodepen = require('!raw-loader!office-ui-fabric-react/lib/codepen/components/ChoiceGroup/ChoiceGroup.Icon.Example.Codepen.txt'); exports.ChoiceGroupPageProps = { title: 'ChoiceGroup', componentName: 'ChoiceGroup', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/ChoiceGroup', componentStatus: ChoiceGroup_checklist_1.ChoiceGroupStatus, examples: [ { title: 'Default ChoiceGroup', code: ChoiceGroupBasicExampleCode, view: React.createElement(ChoiceGroup_Basic_Example_1.ChoiceGroupBasicExample, null), codepenJS: ChoiceGroupBasicExampleCodepen }, { title: 'ChoiceGroup with dropdown', code: ChoiceGroupCustomExampleCode, view: React.createElement(ChoiceGroup_Custom_Example_1.ChoiceGroupCustomExample, null) }, { title: 'ChoiceGroups with images', code: ChoiceGroupImageExampleCode, view: React.createElement(ChoiceGroup_Image_Example_1.ChoiceGroupImageExample, null) }, { title: 'ChoiceGroup with icons', code: ChoiceGroupIconExampleCode, view: React.createElement(ChoiceGroup_Icon_Example_1.ChoiceGroupIconExample, null), codepenJS: ChoiceGroupIconExampleCodepen } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/ChoiceGroup.types.ts') ], overview: require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/docs/ChoiceGroupOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/docs/ChoiceGroupDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/docs/ChoiceGroupDonts.md'), isHeaderVisible: true, isFeedbackVisible: true, allowNativeProps: true, nativePropsElement: 'input' }; //# sourceMappingURL=ChoiceGroup.doc.js.map