Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created July 30, 2014 12:35
Show Gist options
  • Select an option

  • Save nhunzaker/52ba919dd04fbd43443c to your computer and use it in GitHub Desktop.

Select an option

Save nhunzaker/52ba919dd04fbd43443c to your computer and use it in GitHub Desktop.
var Menu = require('menu');
var { List, Action } = Menu;
React.createClass({
render() {
return (
<Menu>
<Icon type="menu" />
<List className="column-1-hand">
<Action>Maps</Action>
<Action>Books</Action>
<Action>Flights</Action>
<Action>Apps</Action>
</List>
</Menu>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment