3.0.9 • Published 6 years ago

the-container v3.0.9

Weekly downloads
29
License
MIT
Repository
github
Last release
6 years ago

the-container

Build Status npm Version JS Standard

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

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago