!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var u=function(){function e(e,t){for(var n=0;n"'),l.default.createElement(f.default,{style:this.textareaStyle,placeholder:"try writing some lines",onResize:this.onResize}),l.default.createElement("h2",null,'Minimum height is 3 "rows"'),l.default.createElement(f.default,{rows:3,style:this.textareaStyle,placeholder:"minimun height is 3 rows"}),l.default.createElement("h2",null,'Maximum height is 3 "rows"'),l.default.createElement(f.default,{maxRows:3,style:this.textareaStyle,placeholder:"maximum height is 5 rows",defaultValue:"this\nis\na\nlong\ninitial\ntext"}),l.default.createElement("h2",null,"Prefilled with initial value"),l.default.createElement(f.default,{style:this.textareaStyle,defaultValue:"this\nis\na\nlong\ninitial\ntext"}),l.default.createElement("h2",null,'You can compare with this normal react "