Skip to content

Instantly share code, notes, and snippets.

@apucacao
Created March 9, 2022 17:03
Show Gist options
  • Save apucacao/dbce157034cdc76095f4d60f0508f7e8 to your computer and use it in GitHub Desktop.
Save apucacao/dbce157034cdc76095f4d60f0508f7e8 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