apeman-react-theme

apeman react package for theme style components.


Keywords
React, apeman, react-component, theme
License
MIT
Install
npm install apeman-react-theme@1.1.4

Documentation

apeman-react-theme

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for theme style components.

Installation

$ npm install apeman-react-theme --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApTheme, ApThemeStyle} from 'apeman-react-theme'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApThemeStyle />
        <ApTheme />
      </div>
    )
  }
})

Components

ApBasicThemeStyle

Props

Name Type Default Description
style object {}
dominant string '#38E'
subordinate string '#FFF'
accent string '#EE3'

ApHandyThemeStyle

Props

Name Type Default Description
style object {}
dominant string
subordinate string
accent string

ApThemeStyle

Props

Name Type Default Description

ApTheme

Props

Name Type Default Description

License

This software is released under the MIT License.

Links