CountryPickerDefaults
object CountryPickerDefaults
Default building blocks for CountryPicker.
Use these as-is via the picker defaults, or pass them explicitly into CountryPicker slots when composing a custom layout.
Functions
Link copied to clipboard
fun EmptyContent(modifier: Modifier = Modifier, label: String = "No countries found", description: String? = null)
Default empty state for CountryPicker when no countries match the current query.
Link copied to clipboard
Default search field for CountryPicker.