@uifabric/experiments
Version:
Experimental React components for building experiences for Office 365.
28 lines • 2.52 kB
JavaScript
define(["require", "exports", "tslib", "react", "@uifabric/example-app-base", "./examples/Separator.Basic.Example", "./examples/Separator.Theming.Example"], function (require, exports, tslib_1, React, example_app_base_1, Separator_Basic_Example_1, Separator_Theming_Example_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SeparatorBasicExampleCode = require('!raw-loader!@uifabric/experiments/src/components/Separator/examples/Separator.Basic.Example.tsx');
var SeparatorThemingExampleCode = require('!raw-loader!@uifabric/experiments/src/components/Separator/examples/Separator.Theming.Example.tsx');
var SeparatorPage = /** @class */ (function (_super) {
tslib_1.__extends(SeparatorPage, _super);
function SeparatorPage() {
return _super !== null && _super.apply(this, arguments) || this;
}
SeparatorPage.prototype.render = function () {
return (React.createElement(example_app_base_1.ComponentPage, { title: "Separator", componentName: "Separator", exampleCards: React.createElement("div", null,
React.createElement(example_app_base_1.ExampleCard, { title: "Basic Separator with Text", isOptIn: true, code: SeparatorBasicExampleCode },
React.createElement(Separator_Basic_Example_1.SeparatorBasicExample, null)),
React.createElement(example_app_base_1.ExampleCard, { title: "Basic Themed Separator with Text", isOptIn: true, code: SeparatorThemingExampleCode },
React.createElement(Separator_Theming_Example_1.SeparatorThemingExample, null))), propertiesTables: React.createElement(example_app_base_1.PropertiesTableSet, { sources: [require('!raw-loader!@uifabric/experiments/src/components/Separator/Separator.types.ts')] }), overview: React.createElement("div", null), bestPractices: React.createElement("div", null), dos: React.createElement("div", null,
React.createElement("ul", null,
React.createElement("li", null))), donts:
// @todo: fill in description
React.createElement("div", null,
React.createElement("ul", null,
React.createElement("li", null))), isHeaderVisible: this.props.isHeaderVisible }));
};
return SeparatorPage;
}(React.Component));
exports.SeparatorPage = SeparatorPage;
});
//# sourceMappingURL=SeparatorPage.js.map