Skip to content

Instantly share code, notes, and snippets.

@lynaghk
Last active June 19, 2018 11:25
Show Gist options
  • Select an option

  • Save lynaghk/9f02aa153add837c78fcd205c5143a3a to your computer and use it in GitHub Desktop.

Select an option

Save lynaghk/9f02aa153add837c78fcd205c5143a3a to your computer and use it in GitHub Desktop.
Commenting
Commenting
# Comments are associated with the state/transition directly below them.
# Hover over the red circle in the diagram to read the comment as a tooltip.
A
B
C
function render(model){
return <div style={{textAlign: "center", color: "red"}}>
<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