Add calculator example; try to get devtools working

This commit is contained in:
kusti8 2019-12-22 21:35:19 -05:00
parent 5806065925
commit 6ac09c76ba
18 changed files with 6294 additions and 236 deletions

View file

@ -10,7 +10,7 @@ The root wrapper around your entire code.
## Window
Takes the same props as View. Each window instance corresponds to a new window on the
desktop.
desktop. More detailed information can be seen [here](components/Window.md)
## Other components