{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Container/Playground.tsx\";\n\nimport React from 'react';\nimport { Heading, Container, Text } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { boolean, text } from '@storybook/addon-knobs';\nexport var Example = function Example() {\n  return React.createElement(Container, {\n    centerContent: boolean('centerContent', true),\n    maxWidth: text('override default max-width', '80%')\n  }, React.createElement(Heading, null, \"Benefits to a joint design and development system\"), React.createElement(Text, null, \"There are many benefits to a joint design and development system. Not only does it bring benefits to the design team, but it also brings benefits to engineering teams. It makes sure that our experiences have a consistent look and feel, not just in our design specs, but in production\"));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Container/Playground.tsx"],"names":["React","Heading","Container","Text","boolean","text","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,OAAT,EAAkBC,SAAlB,EAA6BC,IAA7B;AACA,SAASC,OAAT,EAAkBC,IAAlB,QAA8B,wBAA9B;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,SAAD;AACE,IAAA,aAAa,EAAEF,OAAO,CAAC,eAAD,EAAkB,IAAlB,CADxB;AAEE,IAAA,QAAQ,EAAEC,IAAI,CAAC,4BAAD,EAA+B,KAA/B;AAFhB,KAIE,oBAAC,OAAD,4DAJF,EAKE,oBAAC,IAAD,sSALF,CADF;AAeD,CAhBM","sourcesContent":["import React from 'react';\nimport { Heading, Container, Text } from 'native-base';\nimport { boolean, text } from '@storybook/addon-knobs';\n\nexport const Example = () => {\n  return (\n    <Container\n      centerContent={boolean('centerContent', true)}\n      maxWidth={text('override default max-width', '80%')}\n    >\n      <Heading>Benefits to a joint design and development system</Heading>\n      <Text>\n        There are many benefits to a joint design and development system. Not\n        only does it bring benefits to the design team, but it also brings\n        benefits to engineering teams. It makes sure that our experiences have a\n        consistent look and feel, not just in our design specs, but in\n        production\n      </Text>\n    </Container>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}