Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
21 additions
and 62 deletions.
@@ -1,12 +1,16 @@ | ||
# Import file "NavComponent" | ||
{home, table, back, update, dialog} = | ||
Framer.Importer.load("imported/NavComponent@1x") | ||
|
||
dialog.borderRadius = 10 | ||
scroll = new ScrollComponent | ||
size: Screen | ||
|
||
nav = new NavComponent | ||
nav.push(home) | ||
|
||
home.onTap -> nav.push(table) | ||
back.onTap -> nav.back() | ||
update.onTap -> nav.alert(dialog) | ||
# Import file "NavComponent" | ||
# {home, table, back, update, dialog} = | ||
# Framer.Importer.load("imported/NavComponent@1x") | ||
# | ||
# dialog.borderRadius = 10 | ||
# | ||
# nav = new NavComponent | ||
# nav.push(home) | ||
# | ||
# home.onTap -> nav.push(table) | ||
# back.onTap -> nav.back() | ||
# update.onTap -> nav.alert(dialog) |
Binary file not shown.