I have read the documentation on the official website. But I was unable to implement Chip in my project following the documentation. Android Studio can\'t find and import
If you are using the material library
You can use material chip com.google.android.material.chip.Chip
and implementation 'com.google.android.material:material:1.0.0'
add in build.gradle
Filter style="@style/Widget.MaterialComponents.Chip.Filter"
Choice Chips style="@style/Widget.MaterialComponents.Chip.Choice"
Entry input: style="@style/Widget.MaterialComponents.Chip.Entry"
refer