Suggestion Chips in Jetpack Compose
Hello everyone , hope you all are doing good. So in this article we will see what is suggestion chips & how we can create with jetpack compose😍.
Basically suggestion Chips is introduced in material 3 library & right now it’s in beta version. In suggestion chips, there is some suggest data , we can select only one data & content will show according to selected data.
In this above image we can see that we have three (india , france , spain) suggest data & we can only select one. Let see how we can make this.
Make sure you choose
Empty Compose Activity(Material 3)
& click on next. Below is the dependencies , be sure you also have the same.