mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 23:43:58 +00:00
fixes in signature of NavbarNav fun
This commit is contained in:
parent
b028b12103
commit
abe44fe1c6
@ -11,13 +11,12 @@ import org.w3c.dom.HTMLUListElement
|
||||
@Composable
|
||||
fun NavbarNav(
|
||||
elements: List<AttrsWithContentBuilder<HTMLLIElement>>,
|
||||
modifiers: List<UIKitModifier>,
|
||||
attributesCustomizer: AttrBuilderContext<HTMLUListElement> = {}
|
||||
attrs: Attrs<HTMLUListElement> = Attrs.empty()
|
||||
) {
|
||||
Ul(
|
||||
{
|
||||
include(UIKitNavbar.Nav, *modifiers.toTypedArray())
|
||||
attributesCustomizer()
|
||||
include(UIKitNavbar.Nav)
|
||||
attrs.builder(this)
|
||||
}
|
||||
) {
|
||||
elements.forEach { element ->
|
||||
|
Loading…
Reference in New Issue
Block a user