3.0.9 • Published 6 years ago

the-theme-style v3.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

the-theme-style

Build Status npm Version JS Standard

Theme style for the-components

Installation

$ npm install the-theme-style --save

Usage

'use strict'

import React from 'react'
import { TheThemeStyle } from 'the-theme-style'

class ExampleComponent extends React.Component {
  render () {
    return (
      <div>
        <TheThemeStyle/>
      </div>
    )
  }
}

export default ExampleComponent

Components

TheThemeStyle

Theme Style of the-components

Props

NameTypeDescriptionDefault
optionsobjectStyle options{}
prefixstringStyle selector prefixnull

License

This software is released under the MIT License.

Links

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

6 years ago

3.0.0

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

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.0

7 years ago