@uifabric/experiments
Version:
Experimental React components for building experiences for Office 365.
31 lines • 2.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = require("react");
var example_app_base_1 = require("@uifabric/example-app-base");
var Separator_Basic_Example_1 = require("./examples/Separator.Basic.Example");
var SeparatorBasicExampleCode = require('!raw-loader!@uifabric/experiments/src/components/Separator/examples/Separator.Basic.Example.tsx');
var Separator_Theming_Example_1 = require("./examples/Separator.Theming.Example");
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