office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
21 lines • 2.28 kB
JavaScript
define(["require", "exports", "tslib", "react", "@uifabric/example-app-base", "./examples/Coachmark.Basic.Example"], function (require, exports, tslib_1, React, example_app_base_1, Coachmark_Basic_Example_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CoachmarkBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/examples/Coachmark.Basic.Example.tsx');
var CoachmarkPage = /** @class */ (function (_super) {
tslib_1.__extends(CoachmarkPage, _super);
function CoachmarkPage() {
return _super !== null && _super.apply(this, arguments) || this;
}
CoachmarkPage.prototype.render = function () {
return (React.createElement(example_app_base_1.ComponentPage, { title: 'Coachmark', componentName: 'Coachmark', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Coachmark', exampleCards: React.createElement("div", null,
React.createElement(example_app_base_1.ExampleCard, { title: 'Coachmark Basic', isOptIn: true, code: CoachmarkBasicExampleCode },
React.createElement(Coachmark_Basic_Example_1.CoachmarkBasicExample, null))), propertiesTables: React.createElement(example_app_base_1.PropertiesTableSet, { sources: [
require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/Coachmark.types.ts')
] }), overview: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkOverview.md')), bestPractices: React.createElement("div", null), dos: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDos.md')), donts: React.createElement(example_app_base_1.PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDonts.md')), isHeaderVisible: this.props.isHeaderVisible }));
};
return CoachmarkPage;
}(React.Component));
exports.CoachmarkPage = CoachmarkPage;
});
//# sourceMappingURL=CoachmarkPage.js.map