{"dependencies":[{"name":"react","loc":{"line":3,"column":20}},{"name":"react-dom","loc":{"line":4,"column":26}},{"name":"../../src/index","loc":{"line":5,"column":22}},{"name":"material-ui/styles/MuiThemeProvider","loc":{"line":6,"column":33}},{"name":"material-ui/TextField","loc":{"line":7,"column":26}},{"name":"material-ui/Checkbox","loc":{"line":8,"column":25}},{"name":"material-ui/RadioButton","loc":{"line":9,"column":28}},{"name":"./form","loc":{"line":10,"column":21}}],"generated":{"js":"\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar React = require(\"react\");\nvar react_dom_1 = require(\"react-dom\");\nvar index_1 = require(\"../../src/index\");\nvar MuiThemeProvider_1 = require(\"material-ui/styles/MuiThemeProvider\");\nvar TextField_1 = require(\"material-ui/TextField\");\nvar Checkbox_1 = require(\"material-ui/Checkbox\");\nvar RadioButton_1 = require(\"material-ui/RadioButton\");\nvar form_1 = require(\"./form\");\nvar Example = function (props) { return (React.createElement(form_1.default, { debounceValidation: 300, showErrorsOnChange: \"field\", onSubmit: console.log },\n    React.createElement(TextField_1.default, { name: \"username\", placeholder: \"username\", style: { display: 'block', marginBottom: '20px' }, validators: [function (value) { return !value.length && 'Username required.'; }] }),\n    React.createElement(TextField_1.default, { name: \"password\", type: \"password\", placeholder: \"password\", style: { display: 'block', marginBottom: '20px' }, validators: [function (value) { return !value.length && 'Password required.'; }] }),\n    React.createElement(Checkbox_1.default, { name: \"rememberMe\", label: \"Remember Me\", style: { marginBottom: '10px' } }),\n    React.createElement(RadioButton_1.RadioButtonGroup, { name: \"active\", style: { marginBottom: '10px' } },\n        React.createElement(RadioButton_1.RadioButton, { value: \"yes\", label: \"yes\" }),\n        React.createElement(RadioButton_1.RadioButton, { value: \"sometimes\", label: \"sometimes\" }),\n        React.createElement(RadioButton_1.RadioButton, { value: \"no\", label: \"no\" })),\n    React.createElement(\"button\", { type: \"submit\" }, \"SUBMIT\"),\n    React.createElement(\"button\", { type: \"reset\" }, \"RESET\"),\n    React.createElement(index_1.Errors, null))); };\nreact_dom_1.render(React.createElement(MuiThemeProvider_1.default, null,\n    React.createElement(Example, null)), document.getElementById('example'));\n//# sourceMappingURL=index.js.map"},"hash":"a00387b081cfd53fbcdce6348082db92"}