office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
49 lines • 3.65 kB
JavaScript
define(["require", "exports", "react", "./examples/TeachingBubble.Basic.Example", "./examples/TeachingBubble.Condensed.Example", "./examples/TeachingBubble.Illustration.Example", "./examples/TeachingBubble.WideIllustration.Example", "./examples/TeachingBubble.SmallHeadline.Example", "./TeachingBubble.checklist"], function (require, exports, React, TeachingBubble_Basic_Example_1, TeachingBubble_Condensed_Example_1, TeachingBubble_Illustration_Example_1, TeachingBubble_WideIllustration_Example_1, TeachingBubble_SmallHeadline_Example_1, TeachingBubble_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var TeachingBubbleBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/examples/TeachingBubble.Basic.Example.tsx');
var TeachingBubbleCondensedExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/examples/TeachingBubble.Condensed.Example.tsx');
var TeachingBubbleIllustrationExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/examples/TeachingBubble.Basic.Example.tsx');
var TeachingBubbleWideIllustrationExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/examples/TeachingBubble.WideIllustration.Example.tsx');
var TeachingBubbleSmallHeadlineExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/examples/TeachingBubble.SmallHeadline.Example.tsx');
exports.TeachingBubblePageProps = {
title: 'TeachingBubble',
componentName: 'TeachingBubble',
componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/TeachingBubble',
componentStatus: TeachingBubble_checklist_1.TeachingBubbleStatus,
examples: [
{
title: 'TeachingBubble',
code: TeachingBubbleBasicExampleCode,
view: React.createElement(TeachingBubble_Basic_Example_1.TeachingBubbleBasicExample, null)
},
{
title: 'TeachingBubble Condensed',
code: TeachingBubbleCondensedExampleCode,
view: React.createElement(TeachingBubble_Condensed_Example_1.TeachingBubbleCondensedExample, null)
},
{
title: 'TeachingBubble with Illustration',
code: TeachingBubbleIllustrationExampleCode,
view: React.createElement(TeachingBubble_Illustration_Example_1.TeachingBubbleIllustrationExample, null)
},
{
title: 'TeachingBubble wide with Illustration',
code: TeachingBubbleWideIllustrationExampleCode,
view: React.createElement(TeachingBubble_WideIllustration_Example_1.TeachingBubbleWideIllustrationExample, null)
},
{
title: 'TeachingBubble with small headline',
code: TeachingBubbleSmallHeadlineExampleCode,
view: React.createElement(TeachingBubble_SmallHeadline_Example_1.TeachingBubbleSmallHeadlineExample, null)
}
],
propertiesTablesSources: [
require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/TeachingBubble.types.ts')
],
overview: require('!raw-loader!office-ui-fabric-react/src/components/TeachingBubble/docs/TeachingBubbleOverview.md'),
isHeaderVisible: true,
isFeedbackVisible: true
};
});
//# sourceMappingURL=TeachingBubble.doc.js.map