dropDownMenuRef

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

Creates a dropdown menu component, returning a reference.

Return

the 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