Skip to content

Commit 2bfc413

Browse files
authored
Update README.md
1 parent 1509a9d commit 2bfc413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ If you are looking for Country Phone Code Picker for Jetpack Compose you can use
4343

4444
```kotlin
4545
// Without Country Phone Code
46+
@Composable
4647
fun SelectCountryWithoutCountryCode() {
4748
var selectedCountry by rememberSaveable { mutableStateOf(getDefaultCountryCode(this)) }
4849
val phoneNumber = rememberSaveable { mutableStateOf("") }

0 commit comments

Comments
 (0)