@hixme-ui/content-container
v2.2.0
Published
hixme-ui ContentContainer component
Downloads
145
Readme
Content Container
npm i --save @hixme-ui/content-container
Usage
import ContentContainer from '@hixme-ui/content-container'
<ContentContainer>
<h1>Something very wide</h1>
<p>
Lorem ipsum...
</p>
</ContentContainer>
Props
| Name | Type | Default | |-----------------|-------------|----------------| | contentWidth | string | '900px' | | contentPadding | string | '20px' | | contentMargin | string | '0 auto' | | height | string | N/A |