the-container
Container of the-components
Installation
$ npm install the-container --save
Usage
'use strict'
import React from 'react'
import { TheContainer, TheContainerStyle } from 'the-container'
class ExampleComponent extends React.PureComponent {
render () {
return (
<div>
<TheContainerStyle />
<TheContainer id='my-component'
/>
</div>
)
}
}
export default ExampleComponent
Components
TheContainer
Container of the-components
TheContainerStyle
Style for TheContainer
Props
Name | Type | Description | Default |
---|---|---|---|
options |
object | Style options | {} |
License
This software is released under the MIT License.