Package ru.surf.other.ui.screens.welcome

Functions

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:Nexus 6")
@Composable
private fun Preview()
WelcomeAnimation
Link copied to clipboard
@Composable
fun WelcomeAnimation(modifier: Modifier = Modifier)

Page animation

WelcomeBody
Link copied to clipboard
@Composable
fun WelcomeBody(onActions: (WelcomeActions) -> Unit = {})

Body page WelcomeScreen

WelcomeScreen
Link copied to clipboard
@Composable
fun WelcomeScreen(viewModel: OtherViewModel, onActions: (WelcomeActions) -> Unit = {})

Base page fun for initialization