https://kotlinlang.org logo
#compose
Title
# compose
i

itnoles

02/17/2020, 4:37 AM
I really hate to ask your guys about the Material Components Support.
k

Klaas Kabini

02/17/2020, 5:06 AM
To add material components support to your project, just add to following dependency to your app`s build.gradle
Copy code
implementation ("androidx.ui:ui-material:$composeVersion")
a

Adam Powell

02/17/2020, 6:02 AM
yeah, not sure what you're hating here 😄
ask away
i

itnoles

02/17/2020, 7:15 AM
I would hate you to ask when you supports the search bar and other related material components. I understand it is a preview.
a

Adam Powell

02/17/2020, 3:39 PM
Priorities are around implementing the catalog of components at https://material.io/components/ - search bars aren't on the list but may come later
but you might find something like what you're looking for in the text fields section
3 Views