Skip to content

Instantly share code, notes, and snippets.

@jacob414
Created August 10, 2016 14:23
Show Gist options
  • Save jacob414/88eb34ff0d3f897ba6bb95bc123e3ce4 to your computer and use it in GitHub Desktop.
Save jacob414/88eb34ff0d3f897ba6bb95bc123e3ce4 to your computer and use it in GitHub Desktop.
MUI themed rudiment
<MuiThemeProvider muiTheme={getMuiTheme(myTheme)}>
<div>
<AppBar title="Quick proof-of-concept"/>
<List>
<ListItem primaryText="Item 1" />
<ListItem primaryText="Item 2" />
</List>
<img src={logo} className="App-logo" alt="logo"/>
</div>
</MuiThemeProvider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment