{"ast":null,"code":"import React from 'react';\nimport { Container, Text, Heading, Center } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport function Example() {\n  return React.createElement(Center, null, React.createElement(Container, null, React.createElement(Heading, null, \"A component library for the\", React.createElement(Text, {\n    color: \"emerald.500\"\n  }, \" React Ecosystem\")), React.createElement(Text, {\n    mt: \"3\",\n    fontWeight: \"medium\"\n  }, \"NativeBase is a simple, modular and accessible component library that gives you building blocks to build you React applications.\")));\n}","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/Container/usage.tsx"],"names":["React","Container","Text","Heading","Center","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,EAAoBC,IAApB,EAA0BC,OAA1B,EAAmCC,MAAnC;AACA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,oBAAC,MAAD,QACE,oBAAC,SAAD,QACE,oBAAC,OAAD,uCAEE,oBAAC,IAAD;AAAM,IAAA,KAAK,EAAC;AAAZ,wBAFF,CADF,EAKE,oBAAC,IAAD;AAAM,IAAA,EAAE,EAAC,GAAT;AAAa,IAAA,UAAU,EAAC;AAAxB,wIALF,CADF,CADF;AAcD","sourcesContent":["import React from 'react';\nimport { Container, Text, Heading, Center } from 'native-base';\nexport function Example() {\n  return (\n    <Center>\n      <Container>\n        <Heading>\n          A component library for the\n          <Text color=\"emerald.500\"> React Ecosystem</Text>\n        </Heading>\n        <Text mt=\"3\" fontWeight=\"medium\">\n          NativeBase is a simple, modular and accessible component library that\n          gives you building blocks to build you React applications.\n        </Text>\n      </Container>\n    </Center>\n  );\n}\n"]},"metadata":{},"sourceType":"module"}