ListUsersBody

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

Body page ListUsersScreen

Author

Vitaliy Zarubin

Parameters

search

state call query to api

items

list paging list LazyPagingItems

searchItems

searching list paging list LazyPagingItems

onActions

actions page