UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

46 lines 2.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var Nav_Basic_Example_1 = require("./examples/Nav.Basic.Example"); var Nav_FabricDemoApp_Example_1 = require("./examples/Nav.FabricDemoApp.Example"); var Nav_Nested_Example_1 = require("./examples/Nav.Nested.Example"); var Nav_CustomGroupHeaders_Example_1 = require("./examples/Nav.CustomGroupHeaders.Example"); var NavBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Nav/examples/Nav.Basic.Example.tsx'); var NavFabricDemoAppExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Nav/examples/Nav.FabricDemoApp.Example.tsx'); var NavNestedExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Nav/examples/Nav.Nested.Example.tsx'); var NavCustomGroupHeadersExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Nav/examples/Nav.CustomGroupHeaders.Example.tsx'); exports.NavPageProps = { title: 'Nav', componentName: 'Nav', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/Nav', examples: [ { title: 'Basic nav with sample links', code: NavBasicExampleCode, view: React.createElement(Nav_Basic_Example_1.NavBasicExample, null) }, { title: 'Nav similar to the one in this demo app', code: NavFabricDemoAppExampleCode, view: React.createElement(Nav_FabricDemoApp_Example_1.NavFabricDemoAppExample, null) }, { title: 'Nav with nested links', code: NavNestedExampleCode, view: React.createElement(Nav_Nested_Example_1.NavNestedExample, null) }, { title: 'Nav with custom group header', code: NavCustomGroupHeadersExampleCode, view: React.createElement(Nav_CustomGroupHeaders_Example_1.NavCustomGroupHeadersExample, null) } ], propertiesTablesSources: [require('!raw-loader!office-ui-fabric-react/src/components/Nav/Nav.types.ts')], overview: require('!raw-loader!office-ui-fabric-react/src/components/Nav/docs/NavOverview.md'), bestPractices: '', dos: require('!raw-loader!office-ui-fabric-react/src/components/Nav/docs/NavDos.md'), donts: require('!raw-loader!office-ui-fabric-react/src/components/Nav/docs/NavDonts.md'), isHeaderVisible: true, isFeedbackVisible: true }; //# sourceMappingURL=Nav.doc.js.map