mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-12-22 16:47:24 +00:00
add new variant of NavbarNav
This commit is contained in:
parent
abe44fe1c6
commit
67a6998f02
@ -25,6 +25,12 @@ fun NavbarNav(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Composable
|
||||||
|
fun NavbarNav(
|
||||||
|
vararg elements: AttrsWithContentBuilder<HTMLLIElement>,
|
||||||
|
attrs: Attrs<HTMLUListElement> = Attrs.empty()
|
||||||
|
) = NavbarNav(elements.toList(), attrs)
|
||||||
|
|
||||||
@Deprecated("Will be removed soon. Use NavbarNavPart with AttrsWithContentBuilder instead")
|
@Deprecated("Will be removed soon. Use NavbarNavPart with AttrsWithContentBuilder instead")
|
||||||
interface NavbarNavElement {
|
interface NavbarNavElement {
|
||||||
fun AttrsScope<HTMLLIElement>.setup() {}
|
fun AttrsScope<HTMLLIElement>.setup() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user