UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

45 lines 2.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var Keytips_Basic_Example_1 = require("./examples/Keytips.Basic.Example"); var Keytips_Button_Example_1 = require("./examples/Keytips.Button.Example"); var Keytips_CommandBar_Example_1 = require("./examples/Keytips.CommandBar.Example"); var Keytips_Overflow_Example_1 = require("./examples/Keytips.Overflow.Example"); var KeytipsBasicCode = require('!raw-loader!office-ui-fabric-react/src/components/Keytip/examples/Keytips.Basic.Example.tsx'); var KeytipsButtonCode = require('!raw-loader!office-ui-fabric-react/src/components/Keytip/examples/Keytips.Button.Example.tsx'); var KeytipsCommandBarCode = require('!raw-loader!office-ui-fabric-react/src/components/Keytip/examples/Keytips.CommandBar.Example.tsx'); var KeytipsOverflowCode = require('!raw-loader!office-ui-fabric-react/src/components/Keytip/examples/Keytips.Overflow.Example.tsx'); exports.KeytipsPageProps = { title: 'Keytips', componentName: 'Keytips', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Keytips', examples: [ { title: 'Keytips on Buttons', code: KeytipsButtonCode, view: React.createElement(Keytips_Button_Example_1.KeytipsButtonExample, null) }, { title: 'Keytips in a CommandBar', code: KeytipsCommandBarCode, view: React.createElement(Keytips_CommandBar_Example_1.KeytipsCommandBarExample, null) }, { title: 'Keytips in an OverflowWell', code: KeytipsOverflowCode, view: React.createElement(Keytips_Overflow_Example_1.KeytipsOverflowExample, null) }, { title: 'Keytips in Pivots', code: KeytipsBasicCode, view: React.createElement(Keytips_Basic_Example_1.KeytipsBasicExample, null) } ], overview: require('!raw-loader!office-ui-fabric-react/src/components/Keytip/docs/KeytipOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/Keytip/docs/KeytipDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/Keytip/docs/KeytipDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; //# sourceMappingURL=Keytips.doc.js.map