Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import React from 'react';
  2. import AppBar from 'material-ui/AppBar';
  3.  
  4. const AppBar = () => (
  5. <AppBar
  6. title="Title"
  7. />
  8. );
  9.  
  10. export default AppBar;
  11.  
  12. <AppBar
  13. title="Title"
  14. showMenuIconButton={false}/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement