Skip to content

Instantly share code, notes, and snippets.

@M4rtinK
Created February 28, 2015 14:19
Show Gist options
  • Save M4rtinK/2e0ada97bdaa394b5a34 to your computer and use it in GitHub Desktop.
Save M4rtinK/2e0ada97bdaa394b5a34 to your computer and use it in GitHub Desktop.
UC top menu concept
PageHeader {
menu : Menu {
MenuItem {
text : "foo"
onClicked : console.log("Foo!")
}
MenuItem {
text : "bar"
onClicked : console.log("Bar!")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment