Created
February 28, 2015 14:19
-
-
Save M4rtinK/2e0ada97bdaa394b5a34 to your computer and use it in GitHub Desktop.
UC top menu concept
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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