3.0.9 • Published 5 years ago

the-theme-style v3.0.9

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

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.6

5 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago