Package-level declarations

Functions

Link copied to clipboard
fun OnboardingViewPage(modifier: Modifier = Modifier, backgroundColor: Color, onColor: Color, title: String, description: String, iconId: Int)

A composable that represents a page in the onboarding view pager.

Link copied to clipboard
fun PageIndicator(modifier: Modifier = Modifier, currentPage: Int, pageCount: Int, textColor: Color, onForward: () -> Unit, onBack: () -> Unit, backgroundColor: Color, actionText: String)

A page indicator that shows the current page and the total number of pages. The indicator also has buttons to navigate to the next and previous pages.