This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import { TextField, RaisedButton, FlatButton, Paper, Toggle, RadioButton, RadioButtonGroup, DropDownMenu } from 'material-ui' | |
//This is a HOC which adds required material-ui themes to the component | |
//You should be able to not use material-ui at all or add childContextTypes with the theme | |
import MuiComponent from '../containers/MuiComponent' | |
/* | |
You dont have to use these components so I recommened you change styles to you liking. | |
*/ | |
let FormValues; |
NewerOlder