UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

51 lines 2.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var Keytip_checklist_1 = require("./Keytip.checklist"); 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', componentStatus: Keytip_checklist_1.KeytipStatus, 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 Example', code: KeytipsBasicCode, view: React.createElement(Keytips_Basic_Example_1.KeytipsBasicExample, null) } ], propertiesTablesSources: [ require('!raw-loader!office-ui-fabric-react/src/components/Keytip/Keytip.types.ts'), require('!raw-loader!office-ui-fabric-react/src/components/KeytipLayer/KeytipLayer.types.ts') ], 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