Skip to content

Instantly share code, notes, and snippets.

@apucacao
Created March 9, 2022 17:02
Show Gist options
  • Save apucacao/94e7f85155a7c9fcd90a3d06c3e3fd47 to your computer and use it in GitHub Desktop.
Save apucacao/94e7f85155a7c9fcd90a3d06c3e3fd47 to your computer and use it in GitHub Desktop.
Responsive site navigation
Responsive site navigation
Closed
show navigation -> Open
Open
navigate -> Closed
close navigation -> Closed
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment