import * as React from 'react'; import { TeachingBubbleBasicExample } from './TeachingBubble.Basic.Example'; import { TeachingBubbleWideExample } from './TeachingBubble.Wide.Example'; import { IDocPageProps } from '@fluentui/react/lib/common/DocPage.types'; import { TeachingBubbleCondensedExample } from './TeachingBubble.Condensed.Example'; import { TeachingBubbleIllustrationExample } from './TeachingBubble.Illustration.Example'; import { TeachingBubbleWideIllustrationExample } from './TeachingBubble.WideIllustration.Example'; import { TeachingBubbleSmallHeadlineExample } from './TeachingBubble.SmallHeadline.Example'; import { TeachingBubbleMultiStepExample } from './TeachingBubble.MultiStep.Example'; const TeachingBubbleBasicExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.Basic.Example.tsx') as string; const TeachingBubbleWideExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.Wide.Example.tsx') as string; const TeachingBubbleCondensedExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.Condensed.Example.tsx') as string; const TeachingBubbleIllustrationExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.Illustration.Example.tsx') as string; const TeachingBubbleWideIllustrationExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.WideIllustration.Example.tsx') as string; const TeachingBubbleSmallHeadlineExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.SmallHeadline.Example.tsx') as string; const TeachingBubbleMultiStepExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/TeachingBubble.MultiStep.Example.tsx') as string; export const TeachingBubblePageProps: IDocPageProps = { title: 'TeachingBubble', componentName: 'TeachingBubble', componentUrl: 'https://github.com/microsoft/fluentui/tree/master/packages/react/src/components/TeachingBubble', examples: [ { title: 'TeachingBubble Basic', code: TeachingBubbleBasicExampleCode, view: , }, { title: 'TeachingBubble Wide', code: TeachingBubbleWideExampleCode, view: , }, { title: 'TeachingBubble Condensed', code: TeachingBubbleCondensedExampleCode, view: , }, { title: 'TeachingBubble with Illustration', code: TeachingBubbleIllustrationExampleCode, view: , }, { title: 'TeachingBubble Wide with Illustration', code: TeachingBubbleWideIllustrationExampleCode, view: , }, { title: 'TeachingBubble with small headline', code: TeachingBubbleSmallHeadlineExampleCode, view: , }, { title: 'TeachingBubble with multi-steps', code: TeachingBubbleMultiStepExampleCode, view: , }, ], overview: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/docs/TeachingBubbleOverview.md'), bestPractices: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/TeachingBubble/docs/TeachingBubbleBestPractices.md'), isHeaderVisible: true, isFeedbackVisible: true, };