Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

the-container

the-labo50MITdeprecated3.0.9

move to @the-/ui-container ( https://github.com/the-labo/the/tree/master/packages/ui-container#readme )

Container of the-components

react-component, the

readme

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

Name Type Description Default
options object Style options {}

License

This software is released under the MIT License.