Package ru.surf.users.ui.screens.listUsers

Functions

ListUserItem
Link copied to clipboard
@Composable
fun ListUserItem(model: UserModel, onActions: (ListUsersActions) -> Unit = {})

Item list for page ListUsersBody

ListUsersBody
Link copied to clipboard
@Composable
fun ListUsersBody(search: String?, items: LazyPagingItems<UserModel>, searchItems: LazyPagingItems<UserModel>, onActions: (ListUsersActions) -> Unit = {})

Body page ListUsersScreen

ListUsersScreen
Link copied to clipboard
@Composable
fun ListUsersScreen(viewModel: UsersViewModel, onActions: (ListUsersActions) -> Unit = {})

Base page fun for initialization