Skip to content

Instantly share code, notes, and snippets.

View Mahan-Rahmani's full-sized avatar
🌛
Kooonkuuurrri

Mahan Rahmani Mahan-Rahmani

🌛
Kooonkuuurrri
View GitHub Profile
@vitoksmile
vitoksmile / App.kt
Created February 11, 2025 18:08
ComposeHints
val hintController = rememberHintController()
IconButton(
modifier = Modifier
.hintAnchor(topAppBarActionHintAnchor, CircleShape),
onClick = {
hintController.show(topAppBarActionHintAnchor)
},
)