office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
27 lines • 1.38 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var Coachmark_Basic_Example_1 = require("./examples/Coachmark.Basic.Example");
var CoachmarkBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/examples/Coachmark.Basic.Example.tsx');
exports.CoachmarkPageProps = {
title: 'Coachmark',
componentName: 'Coachmark',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Coachmark',
examples: [
{
title: 'Coachmark Basic',
code: CoachmarkBasicExampleCode,
view: React.createElement(Coachmark_Basic_Example_1.CoachmarkBasicExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/Coachmark.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkOverview.md'),
bestPractices: '',
dos: require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDos.md'),
donts: require('!raw-loader!office-ui-fabric-react/src/components/Coachmark/docs/CoachmarkDonts.md'),
isHeaderVisible: true,
isFeedbackVisible: true
};
//# sourceMappingURL=Coachmark.doc.js.map
;