UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

64 lines 4.19 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_Label_Example_1 = require("./examples/ChoiceGroup.Label.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 ChoiceGroupBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Basic.Example.tsx'); var ChoiceGroupBasicExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Basic.Example.tsx'); var ChoiceGroupLabelExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Label.Example.tsx'); var ChoiceGroupLabelExampleCodepen = require('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Label.Example.tsx'); var ChoiceGroupCustomExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Custom.Example.tsx'); var ChoiceGroupCustomExampleCodepen = require('!@uifabric/codepen-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 ChoiceGroupImageExampleCodepen = require('!@uifabric/codepen-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('!@uifabric/codepen-loader!office-ui-fabric-react/src/components/ChoiceGroup/examples/ChoiceGroup.Icon.Example.tsx'); 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', examples: [ { title: 'Default ChoiceGroup', code: ChoiceGroupBasicExampleCode, view: React.createElement(ChoiceGroup_Basic_Example_1.ChoiceGroupBasicExample, null), codepenJS: ChoiceGroupBasicExampleCodepen }, { title: 'ChoiceGroup with a custom label', code: ChoiceGroupLabelExampleCode, view: React.createElement(ChoiceGroup_Label_Example_1.ChoiceGroupLabelExample, null), codepenJS: ChoiceGroupLabelExampleCodepen }, { title: 'ChoiceGroup with dropdown', code: ChoiceGroupCustomExampleCode, codepenJS: ChoiceGroupCustomExampleCodepen, view: React.createElement(ChoiceGroup_Custom_Example_1.ChoiceGroupCustomExample, null) }, { title: 'ChoiceGroups with images', code: ChoiceGroupImageExampleCode, codepenJS: ChoiceGroupImageExampleCodepen, 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 } ], 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