dropDownMenu

@Composable
fun IComponent.dropDownMenu(endAlignment: EndAlignment? = null, startAlignment: StartAlignment? = null, className: String? = null, id: String? = null, content: @Composable IUl.() -> Unit = {})

Creates a dropdown menu component.

Parameters

endAlignment

the end alignment of the dropdown menu

startAlignment

the start alignment of the dropdown menu

className

the CSS class name

id

the element id

content

the content of the dropdown menu