Skip to content

Instantly share code, notes, and snippets.

@aaronyo
Created March 28, 2015 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronyo/9a77ae54f4ce07eed217 to your computer and use it in GitHub Desktop.
Save aaronyo/9a77ae54f4ce07eed217 to your computer and use it in GitHub Desktop.
function app (profile, appContent) {
return (
$t(
'content',
style(
size('100%'),
flex({'flex-direction': 'column'}),
{
'background-color': 'white',
'font-family': 'ProximaNovaBold',
'transition': 'transform 300ms'
}),
nav(),
$t(
'pane',
$profileView.render(profile, appContent))));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment