office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
19 lines (17 loc) • 1.12 kB
JavaScript
define(["require", "exports", "tslib", "react", "office-ui-fabric-react/lib/CommandBar", "./data-nonFocusable"], function (require, exports, tslib_1, React, CommandBar_1, data_nonFocusable_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CommandBarNonFocusableItemsExample = (function (_super) {
tslib_1.__extends(CommandBarNonFocusableItemsExample, _super);
function CommandBarNonFocusableItemsExample() {
return _super !== null && _super.apply(this, arguments) || this;
}
CommandBarNonFocusableItemsExample.prototype.render = function () {
return (React.createElement("div", null,
React.createElement(CommandBar_1.CommandBar, { isSearchBoxVisible: false, items: data_nonFocusable_1.itemsNonFocusable, farItems: data_nonFocusable_1.farItemsNonFocusable })));
};
return CommandBarNonFocusableItemsExample;
}(React.Component));
exports.CommandBarNonFocusableItemsExample = CommandBarNonFocusableItemsExample;
});
//# sourceMappingURL=CommandBar.NonFocusable.Example.js.map