apeman-react-theme
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
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.