3.0.9 • Published 7 years ago
the-container v3.0.9
the-container
Container of the-components
Installation
$ npm install the-container --saveUsage
'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 ExampleComponentComponents
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.
Links
3.0.9
7 years ago
3.0.8
7 years ago
3.0.7
7 years ago
3.0.6
7 years ago
3.0.5
7 years ago
3.0.4
7 years ago
3.0.3
7 years ago
3.0.2
7 years ago
3.0.1
8 years ago
3.0.0
8 years ago
2.0.11
8 years ago
2.0.10
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
2.0.7
9 years ago
2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago