Reverted to previous spec root.jsx

old
Nathan Marks 2015-11-22 17:57:10 -05:00
parent f3d047e820
commit 5c8330ac7d
2 changed files with 26 additions and 9 deletions

View File

@ -155,7 +155,7 @@ const avatar = [
<iframe width="1280" height="720" src="https://www.youtube.com/embed/sGbxmsDFVnE?rel=0&amp;showinfo=0" frameBorder="0" allowFullScreen></iframe> <iframe width="1280" height="720" src="https://www.youtube.com/embed/sGbxmsDFVnE?rel=0&amp;showinfo=0" frameBorder="0" allowFullScreen></iframe>
</CardMedia> </CardMedia>
<CardActions style={{ justifyContent: 'flex-end' }}> <CardActions style={{ justifyContent: 'flex-end' }}>
<Button toggle icon="report-problem" /> <Button toggle icon="report_problem" />
<Spacer/> <Spacer/>
<Button toggle icon="share" /> <Button toggle icon="share" />
<Button toggle icon="favorite" /> <Button toggle icon="favorite" />
@ -217,9 +217,9 @@ const small = [
<CardTitle>Test</CardTitle> <CardTitle>Test</CardTitle>
</CardMedia> </CardMedia>
<CardActions style={{justifyContent: 'center'}}> <CardActions style={{justifyContent: 'center'}}>
<Button toggle icon="thumb-down" /> <Button toggle icon="thumb_down" />
<Button toggle icon="thumb-up" /> <Button toggle icon="thumb_up" />
<Button toggle icon="turned-in-not" /> <Button toggle icon="turned_in_not" />
</CardActions> </CardActions>
</Card> </Card>
) )
@ -233,9 +233,9 @@ const small = [
image="https://placeimg.com/280/280/people" image="https://placeimg.com/280/280/people"
> >
<CardActions style={{justifyContent: 'center'}}> <CardActions style={{justifyContent: 'center'}}>
<Button inverse toggle icon="fast-rewind" /> <Button inverse toggle icon="fast_rewind" />
<Button inverse toggle icon="play-arrow" /> <Button inverse toggle icon="play_arrow" />
<Button inverse toggle icon="fast-forward" /> <Button inverse toggle icon="fast_forward" />
</CardActions> </CardActions>
</CardMedia> </CardMedia>
</Card> </Card>

View File

@ -42,9 +42,26 @@ const Root = () => (
/> />
</AppBarToolbox> </AppBarToolbox>
<Autocomplete />
<Button />
<Card /> <Card />
<Checkbox />
<Dialog />
<Drawer />
<Dropdown />
<IconMenu />
<Input />
<List />
<Menu />
<Pickers />
<Progress />
<Radio />
<Slider />
<Snackbar />
<Switch />
<Table />
<Tabs />
<Tooltip />
</App> </App>
); );