Guest User

Untitled

a guest
Feb 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const ToolbarContentComponent = React.createClass({
  2. render: function() {
  3. return (
  4. <div>Link Here</div>
  5. );
  6. }
  7. });
  8.  
  9. <NavigationDrawer toolbarChildren={<ToolbarContentComponent />}/>
Add Comment
Please, Sign In to add comment