3.0.15 • Published 7 years ago

the-main v3.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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

NameTypeDescriptionDefault
spinningboolShow spinnerfalse
role'main'

TheMainStyle

Style for TheMain

Props

NameTypeDescriptionDefault
optionsobjectStyle options{}

License

This software is released under the MIT License.

Links

3.0.15

7 years ago

3.0.14

7 years ago

3.0.13

7 years ago

3.0.12

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

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

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago