office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
44 lines • 2.79 kB
JavaScript
define(["require", "exports", "react", "./examples/Nav.Basic.Example", "./examples/Nav.FabricDemoApp.Example", "./examples/Nav.Nested.Example", "./examples/Nav.ByKeys.Example", "./Nav.checklist"], function (require, exports, React, Nav_Basic_Example_1, Nav_FabricDemoApp_Example_1, Nav_Nested_Example_1, Nav_ByKeys_Example_1, Nav_checklist_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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 NavByKeysExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/Nav/examples/Nav.ByKeys.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',
componentStatus: Nav_checklist_1.NavStatus,
examples: [
{
title: 'Basic Nav bar with sample links',
code: NavBasicExampleCode,
view: React.createElement(Nav_Basic_Example_1.NavBasicExample, null)
},
{
title: 'Navigation menu used in this Fabric React demo app',
code: NavFabricDemoAppExampleCode,
view: React.createElement(Nav_FabricDemoApp_Example_1.NavFabricDemoAppExample, null)
},
{
title: 'Nested navigation menu (without group header)',
code: NavNestedExampleCode,
view: React.createElement(Nav_Nested_Example_1.NavNestedExample, null)
},
{
title: 'Nav bar of links each with unique keys and empty urls',
code: NavByKeysExampleCode,
view: React.createElement(Nav_ByKeys_Example_1.NavByKeysExample, 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