How do you go about "what do I use to implement <insert UI element>" these days? When you don't know if what you need is just ready to use or you need to implement it from parts. Do you just need to know whole public API, or is there some reference in accessible form?
(I'm not sure I'd call
https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary and related pages "accessible form", you still need to go through it all basically to see if what you need is there)