UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

21 lines 2.01 kB
import * as tslib_1 from "tslib"; import * as React from 'react'; import { ExampleCard, ComponentPage, PropertiesTableSet, PageMarkdown, } from '@uifabric/example-app-base'; import { CoachmarkBasicExample } from './examples/Coachmark.Basic.Example'; 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(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(ExampleCard, { title: 'Coachmark Basic', isOptIn: true, code: CoachmarkBasicExampleCode }, React.createElement(CoachmarkBasicExample, null))), propertiesTables: React.createElement(PropertiesTableSet, { sources: [ require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/Coachmark.types.ts') ] }), overview: React.createElement(PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkOverview.md')), bestPractices: React.createElement("div", null), dos: React.createElement(PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDos.md')), donts: React.createElement(PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDonts.md')), isHeaderVisible: this.props.isHeaderVisible })); }; return CoachmarkPage; }(React.Component)); export { CoachmarkPage }; //# sourceMappingURL=CoachmarkPage.js.map