mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-27 04:28:46 +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
|
@Composable
|
||||||
fun NavbarNav(
|
fun NavbarNav(
|
||||||
elements: List<AttrsWithContentBuilder<HTMLLIElement>>,
|
elements: List<AttrsWithContentBuilder<HTMLLIElement>>,
|
||||||
modifiers: List<UIKitModifier>,
|
attrs: Attrs<HTMLUListElement> = Attrs.empty()
|
||||||
attributesCustomizer: AttrBuilderContext<HTMLUListElement> = {}
|
|
||||||
) {
|
) {
|
||||||
Ul(
|
Ul(
|
||||||
{
|
{
|
||||||
include(UIKitNavbar.Nav, *modifiers.toTypedArray())
|
include(UIKitNavbar.Nav)
|
||||||
attributesCustomizer()
|
attrs.builder(this)
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
elements.forEach { element ->
|
elements.forEach { element ->
|
||||||
|
Loading…
Reference in New Issue
Block a user