UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

15 lines (11 loc) 355 B
### LandingPageSectionContent (variant:'default') ```js <LandingPageSectionContent /> ``` ### Usage of LandingPageSectionContent ```js import { LandingPageSection } from '../LandingPageSection'; <LandingPageSection variant="primary"> <LandingPageSectionContent>Content of a Landing Page Section</LandingPageSectionContent> </LandingPageSection>; ```