Join Slack
Powered by
hello, how to find compose's all components introd...
# compose-desktop
x
Xiaohui
11/10/2020, 12:30 PM
hello, how to find compose's all components introduced? have some web? or docs?K
i
Igor Demin
11/10/2020, 1:02 PM
For now you can find list of components only in JavaDoc-style documentation:
https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary
https://developer.android.com/reference/kotlin/androidx/compose/foundation/package-summary
https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/package-summary
https://developer.android.com/reference/kotlin/androidx/compose/foundation/lazy/package-summary
And one component existed only on desktop:
https://github.com/JetBrains/compose-jb/tree/master/tutorials/Scrollbars
Also you can find some of the component samples here (Guides & Samples):
https://foso.github.io/Jetpack-Compose-Playground/
x
Xiaohui
11/10/2020, 11:57 PM
thanks👍
Open in Slack
Previous
Next