Skip to content

Instantly share code, notes, and snippets.

@lynaghk
Created June 15, 2018 12:22
Show Gist options
  • Select an option

  • Save lynaghk/4ffad361ace60fb245cfd49b898562e3 to your computer and use it in GitHub Desktop.

Select an option

Save lynaghk/4ffad361ace60fb245cfd49b898562e3 to your computer and use it in GitHub Desktop.
JSX example
function render(model){
return <div style={{textAlign: "center"}}>
<h1>{model.active_states[0].name}</h1>
</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment