
Simplifies country code selection with customizable UI, search functionality, and flag display. Ideal for phone number inputs and internationalization settings, enhancing user experience in apps.
A Compose Multiplatform library for selecting country codes in your application.
ComposeCountryCodePicker is designed to simplify the process of country selection in applications using Compose. This library provides an composable function that allows users to pick a country from a list, typically for phone number input forms, internationalization settings, or any scenario requiring country selection.
wasmJs
CountryCodePicker(
onClick = { country -> ... },
)You can optionally specify:
ModifierListItemColors for each itemCountry to displayCountry to displayrepositories {
mavenCentral()
}
dependencies {
implementation("com.eygraber:compose-country-code-picker:0.5.1")
}
Snapshots can be found here.
A Compose Multiplatform library for selecting country codes in your application.
ComposeCountryCodePicker is designed to simplify the process of country selection in applications using Compose. This library provides an composable function that allows users to pick a country from a list, typically for phone number input forms, internationalization settings, or any scenario requiring country selection.
wasmJs
CountryCodePicker(
onClick = { country -> ... },
)You can optionally specify:
ModifierListItemColors for each itemCountry to displayCountry to displayrepositories {
mavenCentral()
}
dependencies {
implementation("com.eygraber:compose-country-code-picker:0.5.1")
}
Snapshots can be found here.