Relative Content

Tag Archive for androidkotlinandroid-jetpack-composeandroid-tabsandroid-jetpack-compose-material3

How can I create scrollable tabs using Jetpack Compose?

I want to create the kind of “tabs” that Whatsapp has (all, unread, groups) but it also has to be scrollable. But, I am not sure what the tabs are even called since the width for each “tab” is sized according to the width of the titles. How can I achieve this using Jetpack Compose?