hey everyone sorry if this is a stupid question bu...
# compose
a
hey everyone sorry if this is a stupid question but is there a place which documents all of out of the box composables that android provides as building blocks, something akin to the widget directory that flutter provides to developers.
j
I have found these links helpful as far as exploring Compose to see what it provides. List of Compose Components - https://foso.github.io/Jetpack-Compose-Playground/ Previous APIs mapped to Compose - https://www.jetpackcompose.app/What-is-the-equivalent-of--in-Jetpack-Compose Composable implementations (Seems to be all the base Composables available) - https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]ial/src/commonMain/kotlin/androidx/compose/material/Shapes.kt
f
And someone already asked similar question: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1598863400156900
a
Thank you both !