Hi anyone know how to make ListItem a dropdown? ``...
# intellij
d
Hi anyone know how to make ListItem a dropdown?
Copy code
ListItem {
    // disablePadding = true
    ListItemIcon {
        Star()
    }
    ListItemButton {
        ListItemText {
            +"Asset"
        }
    }
}
k
What does this have to do with the IntelliJ channel?
d
I am trying to make a dropdown using Kotlin in IntelliJ
Following MUI
k
See the channel description. You have a question specific to that particular project, and it’s best to ask it at the forums / channels of that particular project on github.
IntelliJ has nothing to do with this question
d
ok thanks