Skip to content

Instantly share code, notes, and snippets.

@khle
Created January 9, 2016 15:37
Show Gist options
  • Save khle/2b89bc9dacda29bc1016 to your computer and use it in GitHub Desktop.
Save khle/2b89bc9dacda29bc1016 to your computer and use it in GitHub Desktop.
var AppBar = React.createClass({
render() {
return (
<div className="navbar-fixed">
<nav>
<div className="nav-wrapper">
<a href="#" className="brand-logo center">RxJS ReactJS SocketIO MaterializeCSS</a>
<ul id="nav-mobile" className="left hide-on-med-and-down">
<li><a href="#">About</a></li>
</ul>
</div>
</nav>
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment