Add basic onboarding screen (#10199)

This commit is contained in:
arkon
2023-12-09 16:50:02 -05:00
committed by GitHub
parent ab9a26f6bd
commit 8b57169e92
14 changed files with 343 additions and 67 deletions
@@ -126,12 +126,12 @@ object HomeScreen : Screen() {
materialFadeThroughIn(initialScale = 1f, durationMillis = TabFadeDuration) togetherWith
materialFadeThroughOut(durationMillis = TabFadeDuration)
},
content = {
tabNavigator.saveableState(key = "currentTab", it) {
it.Content()
}
},
)
label = "tabContent",
) {
tabNavigator.saveableState(key = "currentTab", it) {
it.Content()
}
}
}
}
}