3.0.15 • Published 6 years ago

the-main v3.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
6 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

6 years ago

3.0.14

6 years ago

3.0.13

6 years ago

3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

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

7 years ago

3.0.0

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