Javi Velasco 2016-05-15 13:36:13 +02:00
parent c7f8d8357a
commit fc6b702bb9
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import { themr } from 'react-css-themr';
import classnames from 'classnames';
import { themr } from 'react-css-themr';
const AppBar = ({ theme, ...props }) => {
const className = classnames(theme.appBar, {

View File

@ -23,7 +23,9 @@ const AppBarTest = () => (
| `flat` | `Bool` | `false` | If true, the AppBar shows a shadow.|
| `theme` | `Object` | `null` | Classnames object defining the component style.|
## Theme interface
## Theming
You can take a look to the `_config.scss` variables. The theme should implement the following interface:
| Name | Description|
|:---------|:-----------|