UNPKG

react-landing-page

Version:

[![Demo](https://user-images.githubusercontent.com/2906365/43375514-94cfb9ae-9383-11e8-9489-cffe5212fd2e.png)](https://hermanya.github.io/react-landing-page/)

24 lines (21 loc) 701 B
# Feature ```.jsx <Heading textAlign="center">What is inside?</Heading> <Flex flexWrap="wrap" justifyContent="center"> <Feature icon="👋" description="What your users see first"> Hero </Feature> <Feature icon="🔥" description="What your app can do"> Features </Feature> <Feature icon="📩" description="How to keep in touch"> Sign Up </Feature> </Flex> ``` Extends: [Box](https://jxnblk.com/rebass/components/Box) | prop | default | type | | ----------- | ------------- | ----------- | | icon | '🔥' | string/node | | description | 'description' | string | | children | 'Feature' | string/node |