{"ast":null,"code":"import React from 'react';\nimport { Container, Text, Heading } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nexport function Example() {\n  return _jsxs(Container, {\n    children: [_jsxs(Heading, {\n      children: [\"A component library for the\", _jsx(Heading, {\n        color: \"emerald.500\",\n        children: \" React Ecosystem\"\n      })]\n    }), _jsx(Text, {\n      mt: \"3\",\n      fontWeight: \"medium\",\n      children: \"NativeBase is a simple, modular and accessible component library that gives you building blocks to build you React applications.\"\n    })]\n  });\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","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,SAAT,EAAoBC,IAApB,EAA0BC,OAA1B;;;AACA,OAAO,SAASC,OAAT,GAAmB;AACxB,SACE,MAAC,SAAD;AAAA,eACE,MAAC,OAAD;AAAA,gDAEE,KAAC,OAAD;AAAS,QAAA,KAAK,EAAC,aAAf;AAAA;AAAA,QAFF;AAAA,MADF,EAKE,KAAC,IAAD;AAAM,MAAA,EAAE,EAAC,GAAT;AAAa,MAAA,UAAU,EAAC,QAAxB;AAAA;AAAA,MALF;AAAA,IADF;AAYD","sourcesContent":["import React from 'react';\nimport { Container, Text, Heading } from 'native-base';\nexport function Example() {\n  return (\n    <Container>\n      <Heading>\n        A component library for the\n        <Heading color=\"emerald.500\"> React Ecosystem</Heading>\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  );\n}\n"]},"metadata":{},"sourceType":"module"}