{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/List/UnorderedList.tsx\";\n\nimport React from 'react';\nimport { List, Heading, Box } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Box, {\n    w: \"80%\"\n  }, React.createElement(Heading, {\n    fontSize: 24\n  }, \"My Todos (Unordered List)\"), React.createElement(List.Unordered, {\n    my: 2,\n    space: 2\n  }, React.createElement(List.Item, null, \"Get groceries by Tomorrow.\"), React.createElement(List.Item, null, \"Book appointment with the Doc.\"), React.createElement(List.Item, null, \"Bill payment - Electricity.\"), React.createElement(List.Item, null, \"Pay Telephone Bill\")));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/List/UnorderedList.tsx"],"names":["React","List","Heading","Box","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,EAAeC,OAAf,EAAwBC,GAAxB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD;AAAK,IAAA,CAAC,EAAC;AAAP,KACE,oBAAC,OAAD;AAAS,IAAA,QAAQ,EAAE;AAAnB,iCADF,EAEE,oBAAC,IAAD,CAAM,SAAN;AAAgB,IAAA,EAAE,EAAE,CAApB;AAAuB,IAAA,KAAK,EAAE;AAA9B,KACE,oBAAC,IAAD,CAAM,IAAN,qCADF,EAEE,oBAAC,IAAD,CAAM,IAAN,yCAFF,EAGE,oBAAC,IAAD,CAAM,IAAN,sCAHF,EAIE,oBAAC,IAAD,CAAM,IAAN,6BAJF,CAFF,CADF;AAWD,CAZM","sourcesContent":["import React from 'react';\nimport { List, Heading, Box } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box w=\"80%\">\n      <Heading fontSize={24}>My Todos (Unordered List)</Heading>\n      <List.Unordered my={2} space={2}>\n        <List.Item>Get groceries by Tomorrow.</List.Item>\n        <List.Item>Book appointment with the Doc.</List.Item>\n        <List.Item>Bill payment - Electricity.</List.Item>\n        <List.Item>Pay Telephone Bill</List.Item>\n      </List.Unordered>\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}