This package has been deprecated

Author message:

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

the-container

3.0.9 • Public • Published

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-container

Weekly Downloads

2

Version

3.0.9

License

MIT

Unpacked Size

29.9 kB

Total Files

27

Last publish

Collaborators

  • okunishinishi