This package has been deprecated

Author message:

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

the-theme-style

3.0.9 • Public • Published

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

Name Type Description Default
options object Style options {}
prefix string Style selector prefix null

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-theme-style

Weekly Downloads

1

Version

3.0.9

License

MIT

Unpacked Size

5.15 MB

Total Files

30

Last publish

Collaborators

  • okunishinishi