apeman-react-theme
v7.0.22
Published
apeman react package for theme style components.
Maintainers
Readme
apeman-react-theme
apeman react package for theme style components.
Installation
$ npm install apeman-react-theme --saveDemo
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.
