apeman-react-theme

7.0.22 • Public • Published

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

/apeman-react-theme/

    Package Sidebar

    Install

    npm i apeman-react-theme

    Weekly Downloads

    191

    Version

    7.0.22

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi