office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
18 lines • 1.53 kB
JavaScript
import * as tslib_1 from "tslib";
import * as React from 'react';
import { ExampleCard, ComponentPage, PageMarkdown } from '@uifabric/example-app-base';
import { MarqueeSelectionBasicExample } from './examples/MarqueeSelection.Basic.Example';
var MarqueeSelectionBasicExampleCode = require('!raw-loader!office-ui-fabric-react/src/components/MarqueeSelection/examples/MarqueeSelection.Basic.Example.tsx');
var MarqueeSelectionPage = /** @class */ (function (_super) {
tslib_1.__extends(MarqueeSelectionPage, _super);
function MarqueeSelectionPage() {
return _super !== null && _super.apply(this, arguments) || this;
}
MarqueeSelectionPage.prototype.render = function () {
return (React.createElement(ComponentPage, { title: 'MarqueeSelection', componentName: 'MarqueeSelectionExample', componentUrl: 'https://github.com/OfficeDev/office-ui-fabric-react/tree/master/packages/office-ui-fabric-react/src/components/MarqueeSelection', exampleCards: React.createElement(ExampleCard, { title: 'Basic Selection Example', code: MarqueeSelectionBasicExampleCode },
React.createElement(MarqueeSelectionBasicExample, null)), overview: React.createElement(PageMarkdown, null, require('!raw-loader!office-ui-fabric-react/src/components/MarqueeSelection/docs/MarqueeSelectionOverview.md')), isHeaderVisible: this.props.isHeaderVisible }));
};
return MarqueeSelectionPage;
}(React.Component));
export { MarqueeSelectionPage };
//# sourceMappingURL=MarqueeSelectionPage.js.map