This package has been deprecated

Author message:

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

the-main

3.0.15 • Public • Published

the-main

Build Status npm Version JS Standard

Main for the-components

Installation

$ npm install the-main --save

Usage

'use strict'

import React from 'react'
import TheMain from 'the-main'

const TheMainStyles = TheMain.styles({})

class ExampleComponent extends React.PureComponent {
  render () {
    return (
      <TheMain id='my-component'
                        styles={ TheMainStyles }
      />
    )
  }
}

export default ExampleComponent

Components

TheMain

Main for the-components

Props

Name Type Description Default
spinning bool Show spinner false
role 'main'

TheMainStyle

Style for TheMain

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-main

Weekly Downloads

3

Version

3.0.15

License

MIT

Unpacked Size

33.4 kB

Total Files

22

Last publish

Collaborators

  • okunishinishi