UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

25 lines (23 loc) 2 kB
define(["require", "exports", "tslib", "react", "office-ui-fabric-react/lib/Link", "office-ui-fabric-react/lib/Layer", "@uifabric/example-app-base", "./examples/ResizeGroup.OverflowSet.Example"], function (require, exports, tslib_1, React, Link_1, Layer_1, example_app_base_1, ResizeGroup_OverflowSet_Example_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ResizeGroupBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/ResizeGroup/examples/ResizeGroup.OverflowSet.Example.tsx'); var ResizeGroupPage = (function (_super) { tslib_1.__extends(ResizeGroupPage, _super); function ResizeGroupPage() { return _super !== null && _super.apply(this, arguments) || this; } ResizeGroupPage.prototype.render = function () { return (React.createElement(example_app_base_1.ComponentPage, { title: 'ResizeGroup', componentName: 'ResizeGroupExample', exampleCards: React.createElement(Layer_1.LayerHost, null, React.createElement(example_app_base_1.ExampleCard, { title: 'ResizeGroup', code: ResizeGroupBasicExampleCode }, React.createElement(ResizeGroup_OverflowSet_Example_1.ResizeGroupOverflowSetExample, null))), propertiesTables: React.createElement(example_app_base_1.PropertiesTableSet, { sources: [ require('!raw-loader!office-ui-fabric-react/src/components/ResizeGroup/ResizeGroup.Props.ts') ] }), overview: React.createElement("div", null, React.createElement(Link_1.Link, { target: '_blank', href: 'http://dev.office.com/fabric/components/ResizeGroup' }, "ResizeGroup"), React.createElement("span", null, " supplement content associated with a specific UI component.")) })); }; return ResizeGroupPage; }(React.Component)); exports.ResizeGroupPage = ResizeGroupPage; }); //# sourceMappingURL=ResizeGroupPage.js.map