{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/FormControlled.tsx\";\n\nimport React from 'react';\nimport { Input, FormControl, WarningOutlineIcon, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Box, {\n    alignItems: \"center\"\n  }, React.createElement(FormControl, {\n    isInvalid: true,\n    w: \"75%\",\n    maxW: \"300px\"\n  }, React.createElement(FormControl.Label, null, \"Password\"), React.createElement(Input, {\n    placeholder: \"Enter password\"\n  }), React.createElement(FormControl.ErrorMessage, {\n    leftIcon: React.createElement(WarningOutlineIcon, {\n      size: \"xs\"\n    })\n  }, \"Try different from previous passwords.\")));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Input/FormControlled.tsx"],"names":["React","Input","FormControl","WarningOutlineIcon","Box","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT,EAAgBC,WAAhB,EAA6BC,kBAA7B,EAAiDC,GAAjD;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD;AAAK,IAAA,UAAU,EAAC;AAAhB,KACE,oBAAC,WAAD;AAAa,IAAA,SAAS,MAAtB;AAAuB,IAAA,CAAC,EAAC,KAAzB;AAA+B,IAAA,IAAI,EAAC;AAApC,KACE,oBAAC,WAAD,CAAa,KAAb,mBADF,EAEE,oBAAC,KAAD;AAAO,IAAA,WAAW,EAAC;AAAnB,IAFF,EAGE,oBAAC,WAAD,CAAa,YAAb;AAA0B,IAAA,QAAQ,EAAE,oBAAC,kBAAD;AAAoB,MAAA,IAAI,EAAC;AAAzB;AAApC,8CAHF,CADF,CADF;AAWD,CAZM","sourcesContent":["import React from 'react';\nimport { Input, FormControl, WarningOutlineIcon, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box alignItems=\"center\">\n      <FormControl isInvalid w=\"75%\" maxW=\"300px\">\n        <FormControl.Label>Password</FormControl.Label>\n        <Input placeholder=\"Enter password\" />\n        <FormControl.ErrorMessage leftIcon={<WarningOutlineIcon size=\"xs\" />}>\n          Try different from previous passwords.\n        </FormControl.ErrorMessage>\n      </FormControl>\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}