Last active
June 19, 2018 11:25
-
-
Save lynaghk/9f02aa153add837c78fcd205c5143a3a to your computer and use it in GitHub Desktop.
Commenting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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