UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 965 B
define(["require", "exports", "tslib", "react", "office-ui-fabric-react/lib/TextField", "./TextField.Examples.scss"], function (require, exports, tslib_1, React, TextField_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TextFieldPrefixExample = /** @class */ (function (_super) { tslib_1.__extends(TextFieldPrefixExample, _super); function TextFieldPrefixExample() { return _super !== null && _super.apply(this, arguments) || this; } TextFieldPrefixExample.prototype.render = function () { return (React.createElement("div", { className: "docs-TextFieldExample" }, React.createElement(TextField_1.TextField, { prefix: "https://" }))); }; return TextFieldPrefixExample; }(React.Component)); exports.TextFieldPrefixExample = TextFieldPrefixExample; }); //# sourceMappingURL=TextField.Prefix.Example.js.map